-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "crafttweaker-documentation",
"version": "1.0.0",
"description": "Documentation for the CraftTweaker project",
"private": true,
"scripts": {
"download_translations": "tsc && node out/download_translations.js",
"build": "tsc && node out/build.js",
"test": "tsc && node out/test.js",
"serve": "tsc && node out/generate_reverse_lookup.js && node out/serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraftTweaker/CraftTweaker-Documentation.git"
},
"author": "Jaredlll08",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/CraftTweaker/CraftTweaker-Documentation/issues"
},
"homepage": "https://github.com/CraftTweaker/CraftTweaker-Documentation#readme",
"devDependencies": {
"@crowdin/crowdin-api-client": "1.12.3",
"@types/fs-extra": "9.0.13",
"@types/lunr": "2.3.4",
"@types/node": "16.11.11",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"axios": "0.24.0",
"cross-env": "7.0.3",
"deepmerge": "^4.2.2",
"dotenv": "10.0.0",
"eslint": "8.4.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"extract-zip": "^2.0.1",
"fs-extra": "10.0.0",
"github-slugger": "1.4.0",
"lunr": "2.3.9",
"remark-parse": "10.0.1",
"to-vfile": "7.2.2",
"ts-node": "10.4.0",
"typescript": "4.5.2",
"unified": "10.1.1"
}
}