-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 899 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
{
"name": "oxygen-not-included-modding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp doc",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cairath/Oxygen-Not-Included-Modding.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Cairath/Oxygen-Not-Included-Modding/issues"
},
"homepage": "https://github.com/Cairath/Oxygen-Not-Included-Modding#readme",
"dependencies": {
"gitdown": "^3.1.2",
"markdown-toc": "^1.2.0"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/node": "^15.12.4",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-copy": "^4.0.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
}
}