{
  "name": "@form-create/component-naive-group",
  "version": "3.1.29",
  "description": "@form-create/naive 内置组件",
  "main": "./dist/index.min.js",
  "module": "./dist/index.esm.js",
  "unpkg": "./dist/index.min.js",
  "jsdelivr": "./dist/index.min.js",
  "scripts": {
    "clean": "rimraf dist/",
    "bili": "cross-env bili",
    "build": "npm-run-all clean bili"
  },
  "files": [
    "README.md",
    "package.json",
    "LICENSE",
    "src",
    "dist"
  ],
  "keywords": [
    "@form-create",
    "form-create-component",
    "naive-ui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xaboy/form-create.git"
  },
  "author": "xaboy",
  "license": "MIT",
  "dependencies": {
    "@form-create/utils": "^3.1.29"
  },
  "bugs": {
    "url": "https://github.com/xaboy/form-create/issues"
  },
  "homepage": "http://www.form-create.com",
  "publishConfig": {
    "access": "public"
  },
  "buildFormCreateOptions": {
    "name": "@form-create/component-naive-group",
    "exportName": "FcGroup",
    "formats": [
      "umd",
      "esm"
    ]
  },
  "gitHead": "7771b8ddf4b2d222b3084fcfe89c6a8331f2f3a0"
}
