UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@feathersjs/errors",
3 "description": "Common error types for Feathers apps",
4 "version": "5.0.5",
5 "homepage": "https://feathersjs.com",
6 "main": "lib/",
7 "types": "lib/",
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 "directory": "packages/errors"
17 },
18 "author": {
19 "name": "Feathers contributors",
20 "email": "hello@feathersjs.com",
21 "url": "https://feathersjs.com"
22 },
23 "contributors": [],
24 "bugs": {
25 "url": "https://github.com/feathersjs/feathers/issues"
26 },
27 "engines": {
28 "node": ">= 12"
29 },
30 "directories": {
31 "lib": "lib"
32 },
33 "scripts": {
34 "prepublish": "npm run compile",
35 "pack": "npm pack --pack-destination ../generators/test/build",
36 "compile": "shx rm -rf lib/ && tsc && npm run pack",
37 "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "files": [
43 "CHANGELOG.md",
44 "LICENSE",
45 "README.md",
46 "src/**",
47 "lib/**",
48 "*.d.ts",
49 "*.js"
50 ],
51 "devDependencies": {
52 "@feathersjs/feathers": "^5.0.5",
53 "@types/mocha": "^10.0.1",
54 "@types/node": "^18.15.11",
55 "mocha": "^10.2.0",
56 "shx": "^0.3.4",
57 "ts-node": "^10.9.1",
58 "typescript": "^5.0.3"
59 },
60 "gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009"
61}