-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 2.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@http-status-codes/i18n",
"version": "1.5.2",
"license": "MIT",
"description": "HTTP status codes i18n",
"scripts": {
"task": "nx affected -t lint test build",
"test": "nx affected -t test",
"sync:version": "node ./scripts/sync-version.js",
"commit": "git-cz",
"changelog": "conventional-changelog --config ./commit-config/changelog-config.js -p -i -o CHANGELOG.md -r 0",
"version": "conventional-changelog --config ./commit-config/changelog-config.js -p angular -i -o CHANGELOG.md -r 0 && git add CHANGELOG.md",
"release": "release-it",
"release-ci": "release-it && ./publish.sh"
},
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@nx/esbuild": "19.6.2",
"@nx/eslint": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/jest": "19.6.2",
"@nx/js": "19.6.2",
"@nx/rollup": "19.6.2",
"@nx/vite": "19.6.2",
"@nx/web": "19.6.2",
"@rollup/plugin-terser": "^0.4.4",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cz-git": "^1.9.4",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"markdown-table": "^2.0.0",
"nx": "19.6.2",
"prettier": "^2.6.2",
"release-it": "^16.3.0",
"rollup": "^4.14.0",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-morph": "^23.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.2",
"vite": "^5.0.0",
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1",
"xlsx": "^0.18.5"
},
"keywords": [
"node",
"http",
"status",
"codes",
"descriptions",
"status codes",
"HTTP status",
"HTTP codes",
"HTTP status codes",
"apache",
"HttpStatus",
"client",
"map",
"code",
"constants",
"javascript",
"typescript",
"developer tools",
"web development",
"API",
"error handling",
"API response",
"methods",
"headers",
"data",
"JSON"
],
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"czConfig": "./commit-config/cz-config.js"
}
},
"author": "哎哟迪奥",
"repository": {
"type": "git",
"url": "https://github.com/aiyoudiao/http-status-codes-i18n.git"
},
"bugs": {
"url": "https://github.com/aiyoudiao/http-status-codes-i18n/issues"
},
"homepage": "https://github.com/aiyoudiao/http-status-codes-i18n#readme"
}