avalonblacklistcli/package.json
2020-11-15 03:04:48 +02:00

21 lines
425 B
JSON

{
"name": "avalonblacklistcli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.nannal.com/nannal/avalonblacklistcli"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^6.2.0",
"javalon": "^1.0.29",
"node-fetch": "^2.6.1"
}
}