{
    "name": "fullstx",
    "version": "1.0.3",
    "description": "A high-performance, custom backend framework with built-in hot-reload.",
    "author": "fullstx developer",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "require": "./dist/index.js",
            "import": "./dist/index.mjs"
        }
    },
    "license": "MIT",
    "bin": {
        "create-fullstx": "./bin/create.js",
        "fullstx-generate": "./bin/generate.js"
    },
    "scripts": {
        "build": "tsup",
        "test": "jest",
        "test:watch": "jest --watch"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "autocannon": "^8.0.0",
        "eslint": "^10.6.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-no-comments": "^1.2.1",
        "eslint-plugin-prettier": "^5.5.6",
        "globals": "^17.7.0",
        "jest": "^29.7.0",
        "prettier": "^3.9.3",
        "semantic-release": "^25.0.5",
        "supertest": "^7.2.2",
        "tsup": "^8.5.1",
        "typescript": "^6.0.3"
    },
    "dependencies": {
        "@faker-js/faker": "^10.5.0",
        "browser-sync": "^3.0.4",
        "compression": "^1.8.1",
        "dotenv": "^17.4.2",
        "ejs": "^6.0.1",
        "fast-json-stringify": "^7.0.0",
        "jsonwebtoken": "^9.0.3",
        "multer": "^2.2.0",
        "sanitize-html": "^2.17.5",
        "swagger-ui-dist": "^5.32.8",
        "ws": "^8.21.0",
        "zod": "^4.4.3"
    },
    "peerDependencies": {
        "@sentry/node": "^10.62.0",
        "bullmq": "^5.79.2",
        "knex": "^3.3.0",
        "nodemailer": "^9.0.1",
        "redis": "^6.0.1",
        "sqlite3": "^6.0.1"
    },
    "peerDependenciesMeta": {
        "@sentry/node": {
            "optional": true
        },
        "bullmq": {
            "optional": true
        },
        "knex": {
            "optional": true
        },
        "nodemailer": {
            "optional": true
        },
        "redis": {
            "optional": true
        },
        "sqlite3": {
            "optional": true
        }
    }
}