{
  "name": "@modern-js/plugin-nocode",
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
  "repository": "modern-js-dev/modern.js",
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "version": "1.1.10",
  "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",
  "exports": {
    ".": {
      "node": {
        "jsnext:source": "./src/index.ts",
        "import": "./dist/js/modern/index.js",
        "require": "./dist/js/node/index.js"
      },
      "default": "./dist/js/treeshaking/index.js"
    },
    "./cli": {
      "jsnext:source": "./src/cli.ts",
      "default": "./dist/js/node/cli.js"
    }
  },
  "scripts": {
    "prepare": "pnpm build",
    "prepublishOnly": "only-allow-pnpm && pnpm build -- --platform",
    "new": "modern new",
    "build": "modern build --no-tsc",
    "test": "jest --passWithNoTests"
  },
  "dependencies": {
    "@babel/runtime": "^7",
    "@modern-js/utils": "workspace:^1.6.0",
    "@modern-js/webpack": "workspace:^1.5.7",
    "axios": "^0.24.0",
    "axios-retry": "^3.2.4",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "http-proxy-middleware": "1",
    "jsdom": "^19.0.0",
    "opener": "^1.5.2",
    "reload": "^3.2.0",
    "semver": "^7.3.5",
    "slash": "^3.0.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.71.0",
    "webpack-sources": "^3.2.2"
  },
  "devDependencies": {
    "@modern-js/core": "workspace:*",
    "@scripts/build": "workspace:*",
    "@scripts/jest-config": "workspace:*",
    "@types/body-parser": "^1.19.1",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/glob": "^7.1.4",
    "@types/jest": "^26",
    "@types/less": "^3.0.3",
    "@types/node": "^14",
    "@types/opener": "^1.4.0",
    "@types/semver": "^7.3.9",
    "jest": "^27",
    "typescript": "^4"
  },
  "sideEffects": false,
  "modernConfig": {
    "output": {
      "packageMode": "node-js"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "types": "./dist/types/index.d.ts"
  }
}
