{
  "name": "@modern-js/generator-plugin-plugin",
  "description": "A Progressive React Framework for modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/generator/plugins/generator-plugin"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "version": "3.7.2",
  "jsnext:source": "./src/index.ts",
  "main": "./dist/index.js",
  "files": [
    "/templates",
    "/dist/index.js"
  ],
  "meta": {
    "key": "generator-plugin",
    "name": "Generator Plugin",
    "name_zh": "生成器插件",
    "type": "module"
  },
  "devDependencies": {
    "@modern-js/codesmith-utils": "2.6.5",
    "@types/jest": "^29",
    "@types/node": "^14",
    "jest": "^29",
    "typescript": "^5",
    "@modern-js/generator-common": "3.7.2",
    "@modern-js/plugin-i18n": "2.60.6",
    "@scripts/build": "2.60.6",
    "@scripts/jest-config": "2.60.6",
    "@modern-js/generator-plugin": "3.7.2"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "provenance": true
  },
  "types": "./src/index.ts",
  "scripts": {
    "new": "modern-lib new",
    "build": "modern-lib build",
    "test": "jest --passWithNoTests"
  }
}