feathers/packages/errors/package.json

49 lines
941 B
JSON

{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "3.3.6",
"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": "mocha --opts ../../mocha.opts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"debug": "^4.0.0"
},
"devDependencies": {
"@feathersjs/feathers": "^3.3.1",
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^5.2.0",
"sinon": "^7.2.3",
"sinon-chai": "^3.2.0"
}
}