{
  "name": "@modern-js/generator-plugin",
  "version": "1.2.6",
  "jsnext:source": "./src/index.ts",
  "types": "./src/index.ts",
  "main": "./dist/js/node/index.js",
  "module": "./dist/js/treeshaking/index.js",
  "jsnext:modern": "./dist/js/modern/index.js",
  "scripts": {
    "prepare": "modern build",
    "prepublishOnly": "only-allow-pnpm && modern build --platform",
    "dev": "modern dev",
    "build": "modern build",
    "new": "modern new",
    "test": "jest"
  },
  "dependencies": {
    "@babel/runtime": "^7",
    "@modern-js/easy-form-core": "^1.0.0",
    "@modern-js/generator-utils": "workspace:^1.2.3",
    "@modern-js/generator-common": "workspace:^1.4.9",
    "@modern-js/new-action": "workspace:^1.3.7",
    "@modern-js/codesmith-api-json": "^1.0.7",
    "@modern-js/codesmith-api-npm": "^1.0.7",
    "@modern-js/codesmith-api-git": "^1.0.7",
    "@modern-js/plugin-i18n": "workspace:^1.2.4",
    "@modern-js/codesmith": "^1.0.8",
    "@modern-js/utils": "workspace:^1.6.0",
    "package-json": "^7.0.0",
    "handlebars": "^4.7.7",
    "vm2": "^3.9.2"
  },
  "devDependencies": {
    "react": "^17",
    "@scripts/build": "workspace:*",
    "@modern-js/plugin-jarvis": "workspace:*",
    "typescript": "^4",
    "@types/jest": "^26.0.9",
    "@types/node": "^14",
    "@types/react": "^17",
    "@types/react-dom": "^17",
    "jest": "^27",
    "@scripts/jest-config": "workspace:*"
  },
  "sideEffects": [
    "*.css",
    "*.less",
    "*.sass",
    "*.scss"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "types": "./dist/types/index.d.ts"
  }
}
