-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
{
"author": "Kimi Gao",
"bugs": {
"url": "https://github.com/http-util/status-i18n/issues"
},
"description": "Make HTTP status message support i18n",
"devDependencies": {
"ava": "6.1.3",
"c8": "10.1.2",
"eslint": "8.41.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.6.0"
},
"engines": {
"node": ">=12"
},
"files": [
"src",
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"funding": {
"url": "https://github.com/sponsors/dargmuesli"
},
"homepage": "https://github.com/http-util/status-i18n",
"keywords": [
"http",
"status",
"error",
"i18n",
"translation"
],
"license": "MIT",
"main": "index.js",
"name": "@http-util/status-i18n",
"packageManager": "pnpm@8.5.1",
"repository": {
"type": "git",
"url": "git+https://github.com/http-util/status-i18n.git"
},
"scripts": {
"lint": "eslint --ext .js --ignore-path .gitignore .",
"test": "ava",
"test:coverage": "c8 --reporter=lcov ava"
},
"type": "module",
"version": "0.9.0"
}