-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "capitalisation-fixes",
"version": "2.19.0",
"description": "Fixes incorrect capitalisation in Minecraft ",
"main": "src/main.ts",
"type": "module",
"scripts": {
"watch": "tsc --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMK21Hub/Capitalisation-Fixes.git"
},
"keywords": [
"minecraft",
"minecraft-resourcepack",
"bugfixes",
"minecraft-snapshot",
"capitalisation",
"minecraft-1-19"
],
"author": "MMK21",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/MMK21Hub/Capitalisation-Fixes/issues"
},
"homepage": "https://github.com/MMK21Hub/Capitalisation-Fixes#readme",
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.25",
"typescript": "^4.6.3"
},
"dependencies": {
"adm-zip": "^0.5.9",
"arg": "^5.0.2",
"chalk": "^5.2.0",
"dotenv": "^16.0.3",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.3"
},
"packageManager": "[email protected]"
}