UNPKG

@napp/exception

Version:

common exception. node application common library. serialization error

45 lines (44 loc) 1.19 kB
{ "name": "@napp/exception", "version": "6.1.2", "description": "common exception. node application common library. serialization error", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "upversion": "npm version patch", "tsc": "tsc -p tsconfig.json", "clear": "rimraf lib/**/* --glob", "prebuild": "npm run clear", "build": "tsc -p tsconfig.lib.json", "test": "mocha -r ts-node/register test/**.test.ts", "prepush": "npm run upversion & npm run build", "push": "npm publish --access=public" }, "author": "farcek@gmail.com", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/napp-core/exception.git" }, "engines": { "node": ">=6.10.2" }, "keywords": [ "error", "errors", "exception", "common error", "error serialization" ], "dependencies": {}, "devDependencies": { "@testdeck/mocha": "latest", "@types/mocha": "latest", "mocha": "latest", "reflect-metadata": "latest", "rimraf": "latest", "source-map-support": "latest", "ts-node": "latest", "typescript": "latest" } }