{
  "name": "sonic-shadow",
  "version": "1.0.61",
  "description": "The framework of sonic-shadow",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "Readme.md",
    "dist/*",
    "package.json"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "start": "TS_NODE_PROJECT=tsconfig.prod.json node -r tsconfig-paths/register dist/src/test/index.js",
    "dev": "nodemon -r tsconfig-paths/register ./index.ts",
    "api-docs": "ts-node -r tsconfig-paths/register ./src/cores/api-doc/index.ts",
    "test": "nodemon -r tsconfig-paths/register ./src/test/index.ts",
    "test-api-docs": "ts-node -r tsconfig-paths/register ./src/test/api-doc.ts",
    "test-database-docs": "ts-node -r tsconfig-paths/register ./src/test/database-doc.ts",
    "test-command": "ts-node -r tsconfig-paths/register ./src/test/index.ts",
    "test-websocket": "nodemon -r tsconfig-paths/register ./src/cores/websocket/index.ts"
  },
  "keywords": [
    "decorators",
    "decorator",
    "router",
    "CRUD",
    "CRUD automation",
    "reflect",
    "sonic",
    "shadow",
    "sonic-shadow"
  ],
  "author": "quynt",
  "license": "ISC",
  "dependencies": {
    "@types/express": "^4.17.14",
    "@types/multer": "^1.4.7",
    "@types/node": "^18.7.21",
    "@types/node-cron": "^3.0.7",
    "@types/redis": "^4.0.11",
    "@types/ws": "^8.5.4",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.20.0",
    "class-validator": "^0.13.2",
    "concurrently": "^7.4.0",
    "dotenv": "^16.0.2",
    "express": "^4.18.1",
    "jsonwebtoken": "^9.0.0",
    "mongodb": "^4.10.0",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^3.0.2",
    "nodemon": "^2.0.20",
    "path": "^0.12.7",
    "prettier": "^2.8.0",
    "redis": "^4.6.5",
    "reflect-metadata": "^0.1.13",
    "swagger-ui-express": "^4.6.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.1.2",
    "typescript": "^4.8.3",
    "uuidv4": "^6.2.13",
    "winston": "^3.8.2",
    "winston-daily-rotate-file": "^4.7.1",
    "ws": "^8.12.1"
  },
  "devDependencies": {}
}
