{
  "name": "@rchh/lowcode-engine",
  "version": "1.3.7",
  "description": "An enterprise-class low-code technology stack with scale-out design",
  "main": "lib/engine-core.js",
  "module": "es/engine-core.js",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "scripts": {
    "start": "build-scripts start",
    "version:update": "node ./scripts/version.js",
    "build": "NODE_OPTIONS='--max_old_space_size=8192 --openssl-legacy-provider --no-strip-types' build-scripts build",
    "build:umd": "NODE_OPTIONS='--max_old_space_size=8192 --openssl-legacy-provider --no-strip-types' build-scripts build --config build.umd.json",
    "test": "build-scripts test --config build.test.json --jest-passWithNoTests"
  },
  "license": "MIT",
  "dependencies": {
    "@alifd/next": "^1.19.12",
    "@rchh/lowcode-designer": "1.3.5",
    "@rchh/lowcode-editor-core": "1.3.4",
    "@rchh/lowcode-editor-skeleton": "1.3.4",
    "@rchh/lowcode-engine-ext": "npm:@alilc/lowcode-engine-ext@^1.0.0",
    "@rchh/lowcode-plugin-command": "1.3.4",
    "@rchh/lowcode-plugin-designer": "1.3.4",
    "@rchh/lowcode-plugin-outline-pane": "1.3.4",
    "@rchh/lowcode-shell": "1.3.4",
    "@rchh/lowcode-utils": "1.3.4",
    "@rchh/lowcode-workspace": "1.3.4",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "semver": "^7.3.5"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.18",
    "@alifd/theme-lowcode-dark": "^0.2.0",
    "@alifd/theme-lowcode-light": "^0.2.0",
    "@types/domready": "^1.0.0",
    "@types/react": "^16.8.3",
    "@types/react-dom": "^16.8.2",
    "build-plugin-fusion": "0.1.17-beta.0",
    "build-plugin-moment-locales": "^0.1.0",
    "build-plugin-react-app": "^1.8.0",
    "fs-extra": "^10.0.0",
    "prop-types": "^15.7.2",
    "tsconfig-paths-webpack-plugin": "^3.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "http",
    "url": "https://github.com/ratanachh/lowcode-engine/tree/main/packages/engine"
  },
  "gitHead": "22fef37bb07fe7c05679db4d56cbabb0efa485a1",
  "bugs": "https://github.com/ratanachh/lowcode-engine/issues",
  "homepage": "https://ratanachh.github.io/lowcode-engine/"
}
