2019-06-20 12:01:51 +00:00
|
|
|
{
|
|
|
|
"name": "@pushrocks/smartdaemon",
|
2019-09-05 11:50:11 +00:00
|
|
|
"version": "1.0.13",
|
2019-06-20 12:01:51 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "start scripts as long running daemons and manage them",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)",
|
|
|
|
"format": "(gitzone format)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-28 06:27:11 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.17",
|
2019-06-20 12:01:51 +00:00
|
|
|
"@gitzone/tstest": "^1.0.15",
|
2019-08-28 06:27:11 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
2019-06-20 12:01:51 +00:00
|
|
|
"@types/node": "^10.11.7",
|
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"tslint-config-prettier": "^1.15.0"
|
|
|
|
},
|
2019-08-28 09:55:14 +00:00
|
|
|
"dependencies": {
|
2019-09-03 13:21:30 +00:00
|
|
|
"@pushrocks/lik": "^3.0.11",
|
|
|
|
"@pushrocks/smartfile": "^7.0.4",
|
2019-09-05 09:15:17 +00:00
|
|
|
"@pushrocks/smartfm": "^2.0.4",
|
2019-08-28 09:55:14 +00:00
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^8.0.2",
|
|
|
|
"@pushrocks/smartshell": "^2.0.25",
|
2019-09-03 13:21:30 +00:00
|
|
|
"@pushrocks/smartsystem": "^2.0.8"
|
2019-08-28 09:55:14 +00:00
|
|
|
},
|
2019-06-20 12:01:51 +00:00
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
|
|
|
}
|