@formily/core
Version:
English | [简体中文](./README.zh-cn.md)
37 lines (36 loc) • 793 B
JSON
{
"name": "@formily/core",
"version": "1.1.1",
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/formily.git"
},
"types": "lib/index.d.ts",
"bugs": {
"url": "https://github.com/alibaba/formily/issues"
},
"homepage": "https://github.com/alibaba/formily#readme",
"engines": {
"npm": ">=3.0.0"
},
"scripts": {
"build": "rimraf -rf lib && tsc --declaration"
},
"devDependencies": {
"typescript": "^3.5.2"
},
"peerDependencies": {
"scheduler": ">=0.11.2"
},
"dependencies": {
"@formily/shared": "^1.1.1",
"@formily/validator": "^1.1.1",
"immer": "^6.0.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "02ca670ede75710c82a56bf1447b69824c4c92be"
}