@queuehammer/signal
Version:
A library to wrap up signal handling into a couple of simple callbacks
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "@queuehammer/signal",
"version": "1.0.0",
"description": "A library to wrap up signal handling into a couple of simple callbacks",
"main": "ship/index.js",
"scripts": {
"tsc": "tsc",
"pretest": "npm run tsc",
"test": "nyc --reporter=html mocha 'work/**/*.spec.js' --reporter mochawesome",
"preship": "rm -rf work/*.spec.js* && rm -rf ship",
"ship": "mkdir ship && cp work/* ship/"
},
"keywords": [
"Signal",
"Term",
"Core",
"Ignore",
"Shutdown"
],
"author": "Christopher Smith",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^11.9.4",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.6",
"typescript": "^3.3.3",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"nyc": "^13.1.0",
"sinon": "^7.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QueueHammer/signal.git"
},
"bugs": {
"url": "https://github.com/QueueHammer/signal/issues"
},
"homepage": "https://github.com/QueueHammer/signal#readme",
"publishConfig": {
"access": "public"
}
}