-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.18 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.18 KB
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
{
"name": "@magic/http1-constants",
"version": "0.0.4",
"homepage": "https://magic.github.io/http1-constants/",
"description": "collection of http1 constants, http 1(.1) equivalent to http2.constants.",
"type": "module",
"scripts": {
"start": "t -p",
"format": "f -w --exclude docs",
"test": "t",
"build": "tsc && npm run format",
"prepublishOnly": "npm run test && npm run build",
"lint": "tsc --noEmit"
},
"main": "src/index.js",
"types": "types/index.d.ts",
"files": [
"src",
"types"
],
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/magic/http1-constants.git"
},
"bugs": {
"url": "https://github.com/magic/http1-constants/issues"
},
"keywords": [
"magic",
"snake_case",
"snake",
"kebab-case",
"kebab",
"camel",
"pascal",
"case",
"convert"
],
"devDependencies": {
"@magic/format": "0.0.68",
"@magic/test": "0.2.25",
"typescript": "5.9.3"
},
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}