feathers/packages/errors/package.json
2019-06-01 10:23:23 -07:00

51 lines
1.0 KiB
JSON

{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.0.0-pre.3",
"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.0.0-pre.3",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
},
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
}