smartexit/package.json

42 lines
914 B
JSON
Raw Normal View History

2019-05-16 13:10:22 +00:00
{
"name": "@pushrocks/smartexit",
2021-08-17 16:12:29 +00:00
"version": "1.0.20",
2019-05-16 13:10:22 +00:00
"private": false,
"description": "do things before one exists a process",
2021-07-27 11:42:13 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-05-16 13:10:22 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2021-07-27 11:55:47 +00:00
"build": "(tsbuild --web)"
2019-05-16 13:10:22 +00:00
},
"devDependencies": {
2021-08-17 16:12:28 +00:00
"@gitzone/tsbuild": "^2.1.26",
2019-05-16 13:10:22 +00:00
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2021-08-17 16:12:28 +00:00
"@types/node": "^16.6.1",
2021-07-27 11:42:13 +00:00
"tslint": "^6.1.3",
2019-05-16 13:10:22 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-05-16 16:48:45 +00:00
"dependencies": {
2021-07-27 11:42:13 +00:00
"@pushrocks/lik": "^4.0.20",
2021-07-27 12:56:02 +00:00
"@pushrocks/smartdelay": "^2.0.3"
2021-07-27 11:42:13 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-05-19 20:23:38 +00:00
}