Newer
Older
taehui / taehui-www / package.json
@Taehui Taehui on 31 Dec 957 bytes v1.0.0
{
  "name": "taehui-www",
  "version": "1.0.0",
  "private": true,
  "dependencies": {
    "axios": "^1.6.3",
    "dayjs": "^1.11.10",
    "htmlparser2": "^9.0.0",
    "koa": "^2.15.0",
    "koa-body": "^6.0.1",
    "koa-helmet": "^7.0.2",
    "koa-router": "^12.0.1",
    "mariadb": "^3.2.3",
    "taehui-ts": "workspace:^",
    "uuid": "^9.0.1",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^4.7.1"
  },
  "devDependencies": {
    "@types/koa": "^2.13.12",
    "@types/koa-router": "^7.4.8",
    "@types/uuid": "^9.0.7",
    "concurrently": "^8.2.2",
    "esbuild": "^0.19.11",
    "nodemon": "^3.0.2"
  },
  "scripts": {
    "start": "conc pnpm:local pnpm:watch",
    "local": "nodemon -e js,json build",
    "watch": "esbuild --bundle --outfile=build/index.js --platform=node --sourcemap --watch src",
    "build": "esbuild --bundle --minify --outfile=build/index.js --platform=node --sourcemap src",
    "deploy": "taehui-www.cmd"
  }
}