20 lines
379 B
JSON
Executable file
20 lines
379 B
JSON
Executable file
{
|
|
"name": "animevibe-cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"animevibe": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"node-fetch": "^2.6.1",
|
|
"yargs": "^16.0.3"
|
|
}
|
|
}
|