{
  "name": "lapeeh",
  "version": "1.0.16",
  "description": "lapeeh Framework  (Standardized by lapeeh)",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "main": "dist/lib/bootstrap.js",
  "exports": {
    ".": {
      "types": "./dist/lib/bootstrap.d.ts",
      "require": "./dist/lib/bootstrap.js",
      "default": "./dist/lib/bootstrap.js"
    },
    "./*": {
      "types": "./dist/lib/*.d.ts",
      "require": "./dist/lib/*.js",
      "default": "./dist/lib/*.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "lapeeh": "bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lapeeh/lapeeh.git"
  },
  "homepage": "https://lapeeh.vercel.app",
  "bugs": {
    "url": "https://github.com/lapeeh/lapeeh/issues"
  },
  "types": "dist/lib/bootstrap.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "dist/lib/*"
      ]
    }
  },
  "files": [
    "bin",
    "dist",
    "lib",
    "scripts",
    "src",
    "storage",
    "doc",
    "README.md",
    "LICENSE",
    "tsconfig.json",
    "nodemon.json",
    "docker-compose.yml",
    ".env.example",
    "eslint.config.mjs",
    "gitignore.template",
    "ecosystem.config.js",
    "tsconfig.build.json",
    "tests"
  ],
  "scripts": {
    "dev": "node bin/index.js dev",
    "first": "node scripts/init-project.js",
    "build": "node bin/index.js build",
    "start": "node bin/index.js start",
    "start:prod": "node bin/index.js start",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "generate:jwt": "node scripts/generate-jwt-secret.js",
    "make:module": "node scripts/make-module.js",
    "make:modul": "node scripts/make-module.js",
    "config:clear": "node scripts/config-clear.js",
    "release": "node scripts/release.js"
  },
  "keywords": [
    "nodejs-framework",
    "typescript-framework",
    "express-framework",
    "backend-framework",
    "rest-api",
    "production-ready",
    "api-generator",
    "boilerplate",
    "starter-kit",
    "mvc",
    "cli",
    "lapeeh",
    "roby-ajo",
    "ajo-roby",
    "robyajo",
    "lapeeh"
  ],
  "author": "lapeeh <lapeehframework.dev@gmail.com>",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {
    "@types/bcryptjs": "2.4.6",
    "@types/compression": "^1.8.1",
    "@types/cors": "2.8.19",
    "@types/express": "5.0.6",
    "@types/jsonwebtoken": "9.0.10",
    "@types/multer": "^2.0.0",
    "@types/node": "25.0.3",
    "@types/pg": "8.16.0",
    "@types/uuid": "10.0.0",
    "bcryptjs": "^2.4.3",
    "compression": "^1.8.1",
    "cors": "2.8.5",
    "dotenv": "17.2.3",
    "express": "5.2.1",
    "express-rate-limit": "^8.3.2",
    "fast-json-stringify": "^6.1.1",
    "helmet": "8.1.0",
    "ioredis": "5.8.2",
    "ioredis-mock": "^8.13.1",
    "json-server": "^1.0.0-beta.3",
    "jsonwebtoken": "9.0.3",
    "module-alias": "^2.2.3",
    "multer": "^2.1.1",
    "pg": "8.16.3",
    "slugify": "1.6.6",
    "socket.io": "4.8.3",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.9.3",
    "uuid": "13.0.0",
    "winston": "^3.19.0",
    "winston-daily-rotate-file": "^5.0.0",
    "zod": "3.23.8"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/bcrypt": "^5.0.2",
    "@types/jest": "^30.0.0",
    "@types/module-alias": "^2.0.4",
    "@types/supertest": "^6.0.3",
    "eslint": "^9.39.2",
    "globals": "^16.5.0",
    "jest": "^30.2.0",
    "supertest": "^7.1.4",
    "tsc-alias": "^1.8.16",
    "ts-jest": "^29.4.6",
    "typescript-eslint": "^8.50.1"
  }
}
