package.json 667 Bytes
Newer Older
1
{
李纪文's avatar
李纪文 committed
2
  "name": "parseform",
3
  "version": "1.3.7",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  "description": "> TODO: description",
  "author": "lijiwen <961370825@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/ParseForm.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
25 26
  },
  "dependencies": {
邓晓峰's avatar
邓晓峰 committed
27
    "@babel/runtime": "^7.17.9",
28
    "form-render": "^0.9.12",
29
    "parseForm": "1.0.0"
30 31
  }
}