{
  "name": "@vue-skuilder/express",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.2.11",
  "description": "an API",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./app": {
      "types": "./dist/app.d.ts",
      "import": "./dist/app.js"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "dev": "tsx watch src/app.ts",
    "build": "yarn clean && tsc && cp -r assets dist/",
    "start": "node dist/app.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint . --fix",
    "lint:check": "npx eslint . --max-warnings 0",
    "type-check": "tsc --noEmit"
  },
  "packageManager": "yarn@4.12.0",
  "author": "Colin Kennedy",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@vue-skuilder/common": "^0.2.11",
    "@vue-skuilder/db": "^0.2.11",
    "axios": "^1.12.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.22.1",
    "express-rate-limit": "^7.5.0",
    "ffmpeg-static": "^5.2.0",
    "fs-extra": "^11.2.0",
    "hashids": "^2.3.0",
    "morgan": "^1.10.0",
    "nano": "^10.1.4",
    "pouchdb": "9.0.0",
    "winston": "^3.17.0",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@tsconfig/node18": "^18.2.4",
    "@types/cookie-parser": "^1.4.8",
    "@types/cors": "^2.8.17",
    "@types/dotenv": "^8.2.3",
    "@types/express": "4.17.21",
    "@types/express-rate-limit": "^6.0.2",
    "@types/ffmpeg-static": "^2.0.0",
    "@types/hashids": "^1.0.30",
    "@types/morgan": "^1.9.9",
    "@types/node": "^22",
    "@types/pouchdb": "^6.4.2",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "@typescript-eslint/parser": "^8.48.1",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.0.2",
    "eslint-plugin-prettier": "^5.2.3",
    "prettier": "^3.0.0",
    "rimraf": "*",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.1",
    "vitest": "^4.1.0"
  },
  "stableVersion": "0.2.11"
}