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
398 B
22 lines
398 B
4 years ago
|
{
|
||
|
"name": "auto_publish",
|
||
|
"version": "1.0.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|