-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@cnpmjs/errors",
"version": "1.0.0",
"description": "cnpm errors",
"files": [
"example",
"lib",
"src"
],
"type": "commonjs",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"scripts": {
"lint": "echo 'ignore'",
"prebuild": "rm -rf lib tsconfig.tsbuildinfo",
"build": "tsc -p ./tsconfig.json",
"postbuild": "rm -rf tsconfig.tsbuildinfo",
"preci": "npm run build",
"ci": "jest --coverage",
"test-fast": "jest",
"pretest": "npm run build",
"test": "jest",
"prepublishOnly": "tsc"
},
"dependencies": {
"chalk": "^4.1.2",
"debug": "^4.3.4",
"tslib": "^2.4.0"
},
"devDependencies": {
"@eggjs/tsconfig": "^1.1.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.6.5",
"coffee": "^5.4.0",
"jest": "^28.1.3",
"jest-summary-reporter": "^0.0.2",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnpm/errors.git"
},
"keywords": [
"cnpm",
"errors"
],
"author": "gemwuu<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cnpm/errors/issues"
},
"homepage": "https://github.com/cnpm/errors#readme"
}