20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "nhentai-dl",
|
|
"version": "0.0.1",
|
|
"description": "owo",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "tsc && node ./dist/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"cheerio": "^1.0.0-rc.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.22",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|