64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"author": "Godzil",
|
|
"description": "Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"anime",
|
|
"download",
|
|
"crunchyroll"
|
|
],
|
|
"name": "crunchy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Godzil/crunchyroll.js.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0"
|
|
},
|
|
"version": "1.6.1",
|
|
"bin": {
|
|
"crunchy": "./bin/crunchy",
|
|
"crunchy.sh": "./bin/crunchy.sh"
|
|
},
|
|
"dependencies": {
|
|
"big-integer": ">=1.6.51",
|
|
"bluebird": ">=3.7.2",
|
|
"brotli": ">=1.3.3",
|
|
"cloudscraper": ">=4.6.0",
|
|
"commander": ">=11.0.0",
|
|
"fs-extra": ">=11.1.1",
|
|
"mkdirp": ">=3.0.1",
|
|
"pjson": ">=1.0.9",
|
|
"request": ">=2.88.2",
|
|
"request-promise": ">=4.2.6",
|
|
"tough-cookie-file-store": ">=2.0.3",
|
|
"uuid": ">=9.0.0",
|
|
"xml2js": ">=0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bluebird": ">=3.5.38",
|
|
"@types/cheerio": ">=0.22.31",
|
|
"@types/fs-extra": ">=11.0.1",
|
|
"@types/mkdirp": ">=2.0.0",
|
|
"@types/node": ">=20.3.2",
|
|
"@types/request": ">=2.48.8",
|
|
"@types/request-promise": ">=4.1.48",
|
|
"@types/uuid": ">=9.0.2",
|
|
"@types/xml2js": ">=0.4.11",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"npm-check": "^6.0.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": ">=5.1.3"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"compile": "tsc",
|
|
"build": "tsc",
|
|
"test": "tslint --project .",
|
|
"start": "node ./bin/crunchy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Godzil/Crunchy/issues"
|
|
}
|
|
}
|