feathers/packages/errors/package.json
2019-04-06 12:43:57 -07:00

50 lines
965 B
JSON

{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "3.3.6",
"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": ">= 6"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha --opts ../../mocha.opts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/feathers": "^3.3.1",
"chai": "^4.2.0",
"express": "^4.16.4",
"mocha": "^6.0.2",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0"
}
}