{
  "name": "@formily-editor/extensions",
  "description": "",
  "main": "build/index.js",
  "version": "1.0.0-alpha.2",
  "scripts": {
    "build": "tsc",
    "lint": "eslint --ext .ts,.tsx \"src/**.@(ts|tsx|js)\" --fix",
    "start": "npm run build && node build/index.js"
  },
  "dependencies": {
    "lodash.pick": "^4.4.0"
  },
  "devDependencies": {
    "@alifd/next": "^1.19.23",
    "@types/node": "^12.6.8",
    "@types/react": "^16.9.32"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alibaba/formily-editor.git"
  },
  "author": "",
  "license": "ISC",
  "gitHead": "212afe270d67494df9cb23c67801555191d94103",
  "publishConfig": {
    "access": "public"
  }
}
