UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@feathersjs/errors",
3 "description": "Common error types for Feathers apps",
4 "version": "4.5.15",
5 "homepage": "https://feathersjs.com",
6 "main": "lib/index",
7 "types": "index.d.ts",
8 "keywords": [
9 "feathers",
10 "feathers-plugin"
11 ],
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/feathersjs/feathers.git"
16 },
17 "author": {
18 "name": "Feathers contributors",
19 "email": "hello@feathersjs.com",
20 "url": "https://feathersjs.com"
21 },
22 "contributors": [],
23 "bugs": {
24 "url": "https://github.com/feathersjs/feathers/issues"
25 },
26 "engines": {
27 "node": ">= 10"
28 },
29 "directories": {
30 "lib": "lib"
31 },
32 "files": [
33 "CHANGELOG.md",
34 "LICENSE",
35 "README.md",
36 "src/**",
37 "lib/**",
38 "*.d.ts",
39 "*.js"
40 ],
41 "scripts": {
42 "test": "mocha --config ../../.mocharc.json"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "dependencies": {
48 "debug": "^4.3.3"
49 },
50 "devDependencies": {
51 "@feathersjs/feathers": "^4.5.15",
52 "express": "^4.17.2",
53 "mocha": "^9.1.3"
54 },
55 "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
56}