{
  "name": "<%= npmName %>",
  "version": "<%= version %>",
  "description": "<%= description %>",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "build",
    "dist",
    "es",
    "lib",
    "manifest.json"
  ],
  "keywords": [
    "Rax",
    "rax-component"
  ],
  "engines": {
    "npm": ">=3.0.0"
  },
  "scripts": {
    "start": "fie start",
    "build": "fie build"
  },
  "dependencies": {
    "rax-text": "^2.0.0",
    "rax-view": "^2.0.0"
  },
  "devDependencies": {
    "@alifd/meet": "^2.4.3",
    "build-plugin-component-multiple": "^1.0.0-beta.13",
    "build-plugin-doc-multiple": "^1.0.0-beta.8",
    "@alifd/meet-demo-layout": "^0.1.8",
    "@halofe/halo-container": "^1.1.2",
    "@types/rax": "^1.0.0",
    "driver-universal": "^3.1.0",
    "rax": "^1.1.0",
    "rax-test-renderer": "^1.0.0",
    "typescript": "^3.7.3"
  },
  "componentConfig":{},
  "materialConfig": {
    "template": "@icedesign/ice-rax-ts-material-template",
    "type": "rax",
    "fusion-site": {
      "id": 16137,
      "name": "零售云Mobile",
      "url": "https://fusion.design/api/v1/sites/16137/materials"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT"
}
