{
  "name": "applife",
  "version": "1.3.8",
  "description": "♻️ Handle the lifecyle of your application",
  "keywords": [
    "lifecycle",
    "graceful",
    "shutdown",
    "crash",
    "unhandled exception",
    "exception"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "tsc",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "test:cover": "nyc npm test",
    "test:watch": "npm test -- -w --watch-files test/**/*.ts,src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qntfrd/applife.git"
  },
  "author": "qntfrd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qntfrd/applife/issues"
  },
  "homepage": "https://github.com/qntfrd/applife#readme",
  "devDependencies": {
    "@types/chai": "4.3.3",
    "@types/mocha": "9.1.1",
    "@types/node": "16.11.59",
    "chai": "4.3.6",
    "mocha": "10.0.0",
    "nyc": "15.1.0",
    "ts-node": "10.9.1",
    "typescript": "4.8.3"
  },
  "files": [
    "dist/**/*"
  ]
}
