You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
401 B

{
4 years ago
"name": "zq_auto_publish",
4 years ago
"version": "1.0.7",
"description": "",
"main": "index.js",
"bin": {
"auto": "./bin/auto.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.0.0",
"execa": "^4.0.3",
"listr": "^0.14.3",
"shelljs": "^0.8.4"
}
}