{
  "name": "@bakku/etcapi",
  "description": "",
  "version": "2.0.7",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "binle - Bach Le Xuan",
  "homepage": "https://github.com/binle/bakku-etcapi/tree/main",
  "repository": {
    "type": "git",
    "url": "https://github.com/binle/bakku-etcapi/tree/main"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "npm run test && npm run build",
    "build": "rm -rf dist && tsc && tsc-alias",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "@babel/preset-typescript": "^8.0.1",
    "@types/chai": "^5.2.3",
    "@types/cookie-parser": "^1.4.10",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.24",
    "@types/moment": "^2.13.0",
    "@types/multer": "^2.2.0",
    "@typescript-eslint/eslint-plugin": "^8.63.0",
    "@typescript-eslint/parser": "^8.63.0",
    "babel-jest": "^30.4.1",
    "chai": "^6.2.2",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "jest": "^30.4.2",
    "prettier": "^3.9.5",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.9.0",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^7.0.2"
  },
  "dependencies": {
    "body-parser": "^2.3.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.6",
    "express": "^5.2.1",
    "fs-extra": "^11.3.6",
    "lodash": "^4.18.1",
    "moment": "^2.30.1",
    "multer": "^2.2.0",
    "reflect-metadata": "^0.2.2",
    "serve-static": "^2.2.1",
    "tslog": "^4.11.0"
  }
}
