{ "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", "version": "5.0.0-pre.26", "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", "compile": "shx rm -rf lib/ && tsc", "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.0-pre.26", "@types/mocha": "^9.1.1", "@types/node": "^18.0.1", "mocha": "^10.0.0", "shx": "^0.3.4", "ts-node": "^10.8.2", "typescript": "^4.7.4" }, "gitHead": "0e7553ded9b24016d36021aaedcc2cdb19ab0157" }