UNPKG

net-exceptions

Version:

Provides lightweight versions of the most important exceptions from Microsoft's .NET

47 lines (46 loc) 1.26 kB
{ "name": "net-exceptions", "version": "1.0.4", "description": "Provides lightweight versions of the most important exceptions from Microsoft's .NET", "author": "Manuel Thalmann <m@nuth.ch>", "license": "MIT", "keywords": [ ".NET", "Exceptions" ], "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/manuth/NetExceptions.js.git" }, "bugs": { "url": "https://github.com/manuth/NetExceptions.js/issues" }, "homepage": "https://github.com/manuth/NetExceptions.js#readme", "scripts": { "build": "tsc -p .", "rebuild": "npm run clean && npm run build", "watch": "tsc -p . --watch", "clean": "rimraf ./lib", "lint": "tslint -p ./ -t verbose", "test": "mocha", "prepare": "npm run rebuild" }, "dependencies": {}, "devDependencies": { "@manuth/tsconfig": "^1.2.2", "@manuth/tslint-presets": "^1.0.3", "@types/mocha": "^5.2.7", "@types/node": "^12.6.9", "mocha": "^6.2.0", "rimraf": "^2.6.3", "tslint": "^5.18.0", "typescript": "^3.5.3", "typescript-tslint-plugin": "^0.5.4" } }