{
  "name": "@form-create/component-ivu-radio",
  "version": "2.6.3",
  "description": "@form-create/iview 内置组件",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "unpkg": "./dist/index.js",
  "jsdelivr": "./dist/index.js",
  "exports": {
    "./*": "./*"
  },
  "scripts": {
    "clean": "rimraf dist/",
    "vite:build": "vite build",
    "build:component:vite": "npm-run-all clean vite:build"
  },
  "files": [
    "README.md",
    "package.json",
    "LICENSE",
    "src",
    "dist"
  ],
  "keywords": [
    "@form-create",
    "form-create-component",
    "iview",
    "view-design"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xaboy/form-create.git"
  },
  "author": "xaboy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xaboy/form-create/issues"
  },
  "homepage": "http://www.form-create.com",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@form-create/utils": "^2.6.3"
  },
  "gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a"
}
