forked from LeenkxTeam/Kmake
27 lines
562 B
JSON
27 lines
562 B
JSON
|
|
{
|
||
|
|
"name": "kmake",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Kore build tool",
|
||
|
|
"main": "kmake.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/Kode/kmake.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"kore"
|
||
|
|
],
|
||
|
|
"author": "Robert Konrad",
|
||
|
|
"license": "Zlib",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/Kode/kmake/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/Kode/kmake#readme",
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^18.15.3",
|
||
|
|
"typescript": "^4.9.5"
|
||
|
|
}
|
||
|
|
}
|