@feathersjs/errors
Version:
Common error types for Feathers apps
62 lines (61 loc) • 1.45 kB
JSON
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "5.0.33",
"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.33",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.5",
"mocha": "^11.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
}