{
  "name": "truyenhay-api",
  "version": "1.0.2",
  "description": "Vietnamese Comics API for Node using scraping technique",
  "main": "index.js",
  "scripts": {
    "build": "npm install && tsc",
    "start": "nodemon dist/server.js",
    "watch": "tsc -w",
    "dev": "nodemon api/server.ts",
    "server": "nodemon dist/server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "url": "https://github.com/hoangbao0201/truyenhay-api.git",
    "type": "git"
  },
  "keywords": [
    "api",
    "comics",
    "comics-api",
    "scaping",
    "nettruyen-api",
    "truyenhay-api"
  ],
  "author": "hoangbao0201",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.4.0",
    "cheerio": "^1.0.0-rc.12",
    "cors": "^2.8.5",
    "express": "^4.18.2"
  },
  "devDependencies": {
    "@types/cors": "^2.8.13",
    "@types/express": "^4.17.17",
    "nodemon": "^3.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}
