{
    "name": "create-cocos-plugin",
    "version": "1.0.21",
    "type": "module",
    "license": "MIT",
    "author": "cocos fe-team",
    "keywords": [
        "cocos",
        "cocos-creator",
        "cocos-creator-plugin",
        "cocos-creator-extension",
        "cocos-creator-packages"
    ],
    "bin": {
        "create-cocos-plugin": "index.js"
    },
    "files": [
        "./dist",
        "index.js",
        "templates/",
        "!templates/**/dist",
        "!templates/**/node_modules",
        "!templates/**/package-lock.json",
        "!templates/**/*.tsbuildinfo"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "scripts": {
        "test": "vitest run",
        "dev": "unbuild --stub",
        "build": "unbuild",
        "typecheck": "tsc --noEmit",
        "prepublishOnly": "npm run syncDependenciesVersion && npm run build",
        "syncDependenciesVersion": "node ./scripts/sync-dependencies-version.mjs"
    },
    "engines": {
        "node": "^18.0.0 || >=20.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cocos-creator/cocos-fe.git",
        "directory": "packages/create-cocos-plugin"
    },
    "bugs": {
        "url": "https://github.com/cocos-creator/cocos-fe/issues"
    },
    "homepage": "https://github.com/cocos-creator/fe-team/tree/main/packages/create-cocos-plugin",
    "devDependencies": {
        "@types/cross-spawn": "^6.0.6",
        "@types/minimist": "^1.2.5",
        "@types/prompts": "^2.4.9",
        "cross-spawn": "^7.0.3",
        "execa": "^9.3.1",
        "minimist": "^1.2.8",
        "picocolors": "^1.1.1",
        "prompts": "^2.4.2",
        "semver": "^7.7.1",
        "unbuild": "^2.0.0",
        "vitest": "^2.0.5"
    }
}
