UNPKG

@feathersjs/errors

Version:

Common error types for Feathers apps

62 lines (61 loc) 1.44 kB
{ "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", "version": "5.0.5", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/errors" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "directories": { "lib": "lib" }, "scripts": { "prepublish": "npm run compile", "pack": "npm pack --pack-destination ../generators/test/build", "compile": "shx rm -rf lib/ && tsc && npm run pack", "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" }, "publishConfig": { "access": "public" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**", "*.d.ts", "*.js" ], "devDependencies": { "@feathersjs/feathers": "^5.0.5", "@types/mocha": "^10.0.1", "@types/node": "^18.15.11", "mocha": "^10.2.0", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5.0.3" }, "gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009" }