UNPKG

@vanioinformatika/appstate

Version:
52 lines (51 loc) 1.3 kB
{ "name": "@vanioinformatika/appstate", "version": "2.0.6", "description": "Application state handler", "main": "appState.js", "scripts": { "test": "NODE_ENV=test DEBUG=appState mocha --exit ./appState.spec.js", "security": "npm audit --production --json", "format": "prettier --write ./appState*.ts ./appState*.js", "coverage": "nyc --reporter=lcov npm test", "preversion": "npm run format && npm run security && npm test", "version": "", "postversion": "git push && git push --tags" }, "devDependencies": { "mocha": "^8.1.3", "nyc": "^15.1.0", "prettier": "^2.1.1", "should": "^13.2.3", "should-sinon": "0.0.6", "sinon": "^9.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/vanioinformatika/node-appstate.git" }, "engines": { "node": ">=10.0.0" }, "keywords": [ "application", "state", "nodejs", "node" ], "author": "Istvan Pato <istvan.pato@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vanioinformatika/node-appstate/issues" }, "homepage": "https://github.com/vanioinformatika/node-appstate#readme", "nyc": { "exclude": [ "**/*.spec.js", "node_modules" ] }, "dependencies": { "debug": "^4.1.1" } }