forked from Kode/khamake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 788 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 788 Bytes
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": "khamake",
"version": "1.0.0",
"description": "Kha build tool",
"main": "khamake.js",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kode/khamake.git"
},
"keywords": [
"kha"
],
"author": "Robert Konrad",
"license": "Zlib",
"bugs": {
"url": "https://github.com/Kode/khamake/issues"
},
"homepage": "https://github.com/Kode/khamake#readme",
"dependencies": {
"@types/fs-extra": "^5.0.2",
"@types/node": "^12.7.11",
"@types/ws": "^8.5.3",
"chokidar": "^3.5.3",
"fs-extra": "^6.0.0",
"node-static": "^0.7.10",
"uuid": "^3.2.1",
"ws": "^8.17.1"
},
"devDependencies": {
"promise-parallel-throttle": "^3.1.0",
"typescript": "^3.6.3"
}
}