feathers/packages/errors/package.json
David Luecke be129c71c4 v4.3.7
2019-10-14 12:38:15 -07:00

51 lines
1021 B
JSON

{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.3.7",
"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": "^4.3.7",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^6.2.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
}