mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-13 01:48:23 -05:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "mod-manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^5.0.1",
|
|
"commander": "^9.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.6.3",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|