UNPKG

@manuth/exceptions

Version:

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

74 lines (73 loc) 2.17 kB
{ "name": "@manuth/exceptions", "version": "2.0.1", "type": "module", "description": "Provides lightweight versions of the most important exceptions from Microsoft's .NET", "author": "Manuel Thalmann <m@nuth.ch>", "license": "MIT", "keywords": [ "Exceptions" ], "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "./package.json": "./package.json" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "homepage": "https://codeberg.org/lordgizmo/NetExceptions.js#readme", "repository": { "type": "git", "url": "git+https://codeberg.org/lordgizmo/NetExceptions.js.git" }, "bugs": { "url": "https://codeberg.org/lordgizmo/NetExceptions.js/issues" }, "publishConfig": { "access": "public" }, "scripts": { "prepare": "ts-patch install", "build": "tsc -b tsconfig.build.json", "rebuild": "npm run clean && npm run build", "watch": "npm run build -- --watch", "clean": "npm run build -- --clean && rimraf ./lib", "lint": "eslint --max-warnings 0 ./scripts ./src .eslintrc.cjs", "lint-ide": "npm run lint || exit 0", "test": "mocha", "bump-version": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/bumpVersion.mts", "prepack": "npm run build" }, "devDependencies": { "@manuth/eslint-plugin-typescript": "^4.1.4", "@manuth/package-json-editor": "^3.2.1", "@manuth/tsconfig": "^4.0.2", "@types/fs-extra": "^11.0.2", "@types/git-branch": "^2.0.3", "@types/mocha": "^10.0.2", "@types/nameof": "npm:@typescript-nameof/types@^0.0.7", "@types/node": "^20.8.0", "@types/npm-which": "^3.0.1", "@typescript-nameof/nameof": "^0.0.7", "eslint": "^8.50.0", "fs-extra": "^11.1.1", "git-branch": "^2.0.1", "globby": "^13.2.2", "mocha": "^10.2.0", "npm-which": "^3.0.1", "random-js": "^2.1.0", "rimraf": "^5.0.5", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "ts-patch": "^3.0.2", "typescript": "^5.2.2" } }