You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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