Update Files
This commit is contained in:
36
Kha/Tools/khamake/package.json
Normal file
36
Kha/Tools/khamake/package.json
Normal file
@ -0,0 +1,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.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"promise-parallel-throttle": "^3.1.0",
|
||||
"typescript": "^3.6.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user