{
    "name": "create-workery",
    "version": "1.0.2",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "create-workery": "dist/index.js"
    },
    "scripts": {
        "r": "rimraf dist && rimraf distr && rollup -c && node dist/index.js",
        "build": "rimraf dist && rollup -c",
        "clear": "rimraf distr"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "files": [
        "dist"
    ],
    "devDependencies": {
        "@rollup/plugin-terser": "^0.2.1",
        "@rollup/plugin-typescript": "^12.1.2",
        "@types/cross-spawn": "^6.0.6",
        "@types/prompts": "^2.4.9",
        "@types/semver": "^7.5.8",
        "@types/which-pm-runs": "^1.0.2",
        "rimraf": "^5.0.5",
        "rollup": "^3.25.1",
        "tslib": "^2.8.1",
        "typescript": "^5.1.3"
    },
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "workery",
        "web",
        "app",
        "http",
        "application",
        "framework",
        "router",
        "workers",
        "serverless",
        "cloudflare",
        "openapi",
        "swagger",
        "openapi",
        "oas3.1",
        "middleware",
        "parameters",
        "typescript",
        "nodejs",
        "typed"
    ],
    "author": "Jian Huang <iann838dev@gmail.com> (https://github.com/iann838)",
    "license": "MIT",
    "homepage": "https://github.com/iann838/create-workery",
    "repository": {
        "type": "git",
        "url": "git@github.com:iann838/create-workery.git"
    },
    "bugs": {
        "url": "https://github.com/iann838/create-workery/issues"
    },
    "dependencies": {
        "cross-spawn": "^7.0.6",
        "prompts": "^2.4.2",
        "semver": "^7.6.3",
        "which-pm-runs": "^1.1.0"
    }
}
