{
  "name": "cache-all-example",
  "version": "1.0.0",
  "description": "",
  "main": "dist/server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-ts": "tsc",
    "start": "node dist/server.js",
    "watch-node": "nodemon dist/server.js",
    "watch-ts": "tsc -w"
  },
  "author": "bahung1221@gmail.com",
  "license": "ISC",
  "dependencies": {
    "cache-all": "^2.1.0-beta.0",
    "express": "^4.17.1",
    "nodemon": "^1.19.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.2",
    "@types/redis": "^2.8.14",
    "tslint": "^5.20.1",
    "typescript": "^3.7.2"
  }
}
