1 | {
|
2 | "name": "@feathersjs/errors",
|
3 | "description": "Common error types for Feathers apps",
|
4 | "version": "5.0.27",
|
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.27",
|
53 | "@types/mocha": "^10.0.6",
|
54 | "@types/node": "^20.12.8",
|
55 | "mocha": "^10.4.0",
|
56 | "shx": "^0.3.4",
|
57 | "ts-node": "^10.9.2",
|
58 | "typescript": "^5.4.5"
|
59 | },
|
60 | "gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6"
|
61 | }
|