{
  "name": "@music163/formily",
  "version": "0.2.4",
  "description": "form components for tango app",
  "keywords": [
    "react"
  ],
  "author": "wwsun <ww.sww@outlook.com>",
  "homepage": "https://github.com/netease/tango-components#readme",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netease/tango-components.git"
  },
  "scripts": {
    "clean": "rimraf lib/",
    "build": "yarn clean && yarn build:esm && yarn build:cjs",
    "build:esm": "tsc --project tsconfig.prod.json --outDir lib/esm/ --module ES2020",
    "build:cjs": "tsc --project tsconfig.prod.json --outDir lib/cjs/ --module CommonJS",
    "prepublishOnly": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/netease/tango-components/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@ant-design/icons": "4",
    "@formily/antd": "^2.2.29",
    "@formily/core": "^2.2.29",
    "@formily/react": "^2.2.29",
    "@music163/foundation": "^0.2.3",
    "antd": "4",
    "classnames": "^2.3.2",
    "coral-system": "^1.0.6"
  },
  "gitHead": "e4b8a47c90b635fb83b3b38a0f1850fe28d6dc56"
}
