mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
48 lines
960 B
JSON
48 lines
960 B
JSON
{
|
|
"name": "@feathersjs/errors",
|
|
"description": "Common error types for Feathers apps",
|
|
"version": "4.5.2",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/index",
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --config ../../.mocharc.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/feathers": "^4.5.2",
|
|
"express": "^4.17.1",
|
|
"mocha": "^7.1.0"
|
|
},
|
|
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
|
|
}
|