{
  "name": "service-web",
  "version": "0.0.1",
  "description": "art ssr web service",
  "license": "MIT",
  "scripts": {
    "clean": "sudo rimraf -g dist",
    "build": "npm run clean && cpx 'src/**/*.{json,jsx,html,less,css,png,jpg,jpeg,gif,eot,svg,ttf,woff,ico}' ./dist && tsc -p ./tsconfig.json -w"
  },
  "dependencies": {
    "express": "^4.16.3",
    "reflect-metadata": "^0.1.12",
    "routing-controllers": "^0.7.7"
  },
  "devDependencies": {
    "@types/express": "^4.16.0",
    "@types/node": "^10.5.6",
    "cpx": "^1.5.0",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1"
  }
}
