mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
48 lines
944 B
JSON
48 lines
944 B
JSON
{
|
|
"name": "@feathersjs/errors",
|
|
"description": "Common error types for Feathers apps",
|
|
"version": "3.3.1",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/index",
|
|
"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": ">= 6"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/feathers": "^3.1.7",
|
|
"chai": "^4.1.2",
|
|
"express": "^4.16.3",
|
|
"sinon": "^6.1.5",
|
|
"sinon-chai": "^3.2.0"
|
|
}
|
|
}
|