forked from Kode/kincmake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 829 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": "koremake",
"version": "1.0.0",
"description": "Kore build tool",
"main": "koremake.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kode/koremake.git"
},
"keywords": [
"kore"
],
"author": "Robert Konrad",
"license": "Zlib",
"bugs": {
"url": "https://github.com/Kode/koremake/issues"
},
"homepage": "https://github.com/Kode/koremake#readme",
"dependencies": {
"@types/chokidar": "^1.7.5",
"@types/fs-extra": "^5.0.2",
"@types/node": "^10.0.6",
"@types/uuid": "^3.4.3",
"chokidar": "^2.0.3",
"fs-extra": "^6.0.0",
"physical-cpu-count": "^2.0.0",
"uuid": "^3.2.1",
"winreg": "^1.2.4"
},
"devDependencies": {
"typescript": "^3.1.6"
}
}