2022-08-01 09:36:20 -04:00
|
|
|
{
|
|
|
|
"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": {
|
2022-08-03 15:42:51 -04:00
|
|
|
"as-table": "^1.0.55",
|
2022-08-02 10:42:00 -04:00
|
|
|
"axios": "^0.27.2",
|
2022-08-01 09:36:20 -04:00
|
|
|
"chalk": "^5.0.1",
|
2022-08-02 10:42:00 -04:00
|
|
|
"commander": "^9.4.0",
|
2022-08-03 10:00:36 -04:00
|
|
|
"ora": "^6.1.2",
|
2022-08-03 11:52:24 -04:00
|
|
|
"pino": "^8.3.1",
|
2022-08-04 11:04:21 -04:00
|
|
|
"string-format": "^2.0.0",
|
|
|
|
"string-similarity-js": "^2.1.4"
|
2022-08-01 09:36:20 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^18.6.3",
|
|
|
|
"typescript": "^4.7.4"
|
|
|
|
}
|
|
|
|
}
|