{ "name": "@pushrocks/smartexit", "version": "1.0.17", "private": false, "description": "do things before one exists a process", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^16.4.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/lik": "^4.0.20", "@pushrocks/smartdelay": "^2.0.3", "@pushrocks/smartlog-source-ora": "^1.0.7" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }