This repository has been archived on 2025-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
animevibe-cli/package.json
2020-10-24 17:20:11 +02:00

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"
}
}