46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "zoro.to-api",
|
|
"version": "1.4.0",
|
|
"description": "Node Express API for obtaining anime information from zoro.to",
|
|
"main": "ts-node src/server.ts",
|
|
"scripts": {
|
|
"start": "ts-node src/server.ts",
|
|
"dev": "nodemon src/server.ts",
|
|
"build": "tsc -p tsconfig.json",
|
|
"prepare": "husky install",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ghoshRitesh12/zoro.to-api.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ghoshRitesh12/zoro.to-api/issues"
|
|
},
|
|
"homepage": "https://github.com/ghoshRitesh12/zoro.to-api#readme",
|
|
"keywords": [
|
|
"anime",
|
|
"zoro"
|
|
],
|
|
"author": "https://github.com/ghoshRitesh12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"dotenv": "^16.3.1",
|
|
"envalid": "^7.3.1",
|
|
"express": "^4.18.2",
|
|
"http-errors": "^2.0.0",
|
|
"morgan": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/http-errors": "^2.0.1",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/node": "^20.4.5",
|
|
"husky": "^8.0.0",
|
|
"nodemon": "^3.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
} |