mod-manager/package.json
2022-08-02 15:42:00 +01:00

24 lines
449 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": {
"axios": "^0.27.2",
"chalk": "^5.0.1",
"commander": "^9.4.0",
"ora": "^6.1.2"
},
"devDependencies": {
"@types/node": "^18.6.3",
"typescript": "^4.7.4"
}
}