forked from CraftTweaker/CraftTweaker-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1015 Bytes
/
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
{
"name": "crafttweaker-documentation",
"version": "1.0.0",
"description": "Documentation for the CraftTweaker project",
"private": true,
"main": "tools/build.ts",
"scripts": {
"build": "tsc && node out/build.js",
"test": "tsc && node out/test.js",
"serve": "tsc && node out/serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraftTweaker/CraftTweaker-Documentation.git"
},
"author": "Jaredlll08",
"license": "MIT",
"bugs": {
"url": "https://github.com/CraftTweaker/CraftTweaker-Documentation/issues"
},
"homepage": "https://github.com/CraftTweaker/CraftTweaker-Documentation#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.0.5",
"@types/lunr": "^2.3.3",
"ts-node": "^8.10.1",
"typescript": "^3.9.3",
"fs-extra": "^9.0.0",
"dotenv": "^8.2.0",
"lunr": "^2.3.8",
"remark-parse": "^8.0.2",
"to-vfile": "^6.1.0",
"unified": "^9.0.0",
"cross-env": "^7.0.2"
}
}