{
  "name": "@alilc/lowcode-rax-renderer",
  "version": "1.0.14",
  "description": "Rax renderer for Ali lowCode engine",
  "main": "lib/index.js",
  "module": "es/index.js",
  "miniappConfig": {
    "main": "lib/miniapp/index",
    "main:wechat": "lib/wechat-miniprogram/index"
  },
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "keywords": [
    "low-code",
    "lowcode",
    "Rax"
  ],
  "engines": {
    "npm": ">=3.0.0"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "rax": "^1.1.0"
  },
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build"
  },
  "dependencies": {
    "@alilc/lowcode-renderer-core": "1.0.14",
    "@alilc/lowcode-utils": "1.0.14",
    "rax-find-dom-node": "^1.0.1"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.0",
    "build-plugin-rax-component": "^0.2.11",
    "driver-universal": "^3.1.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "http",
    "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/rax-renderer"
  },
  "license": "MIT",
  "homepage": "https://unpkg.alibaba-inc.com/@alilc/lowcode-rax-renderer@0.1.2/build/index.html",
  "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
}
