{ "name": "meta-form", "version": "1.0.0", "description": "基于Meta信息快速构建Form表单", "main": "lib/index.js", "scripts": { "build": "tsc", "prepare": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/msgbyte/tailchat.git" }, "keywords": [ "meta", "form", "react", "formik" ], "author": "moonrailgun ", "license": "MIT", "bugs": { "url": "https://github.com/msgbyte/tailchat/issues" }, "homepage": "https://github.com/msgbyte/tailchat#readme", "devDependencies": { "@types/lodash": "^4.14.170", "@types/react": "^17.0.39", "react": "17.0.2", "typescript": "^4.5.2" }, "dependencies": { "formik": "^2.2.9", "lodash": "^4.17.21", "yup": "^0.32.9" }, "peerDependencies": { "react": "17.0.2" } }