Files
Kmake/kmake/package.json
2026-05-26 23:36:42 -07:00

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"
}
}