mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@feathersjs/errors",
|
|
"description": "Common error types for Feathers apps",
|
|
"version": "5.0.37",
|
|
"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.37",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^24.10.0",
|
|
"mocha": "^11.7.5",
|
|
"shx": "^0.4.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
|
}
|