smartexit/package.json

29 lines
728 B
JSON
Raw Normal View History

2019-05-16 13:10:22 +00:00
{
"name": "@pushrocks/smartexit",
2019-05-28 08:34:57 +00:00
"version": "1.0.15",
2019-05-16 13:10:22 +00:00
"private": false,
"description": "do things before one exists a process",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2019-05-16 16:48:45 +00:00
"@types/node": "^12.0.2",
2019-05-16 13:10:22 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
2019-05-16 16:48:45 +00:00
"dependencies": {
"@pushrocks/lik": "^3.0.5",
2019-05-28 07:31:10 +00:00
"@pushrocks/smartdelay": "^2.0.3",
"@pushrocks/smartlog-source-ora": "^1.0.7"
2019-05-16 16:48:45 +00:00
}
2019-05-19 20:23:38 +00:00
}