{
    "name": "@wowpic/xform-core",
    "version": "2.7.0",
    "description": "xform core",
    "main": "lib/form.js",
    "types": "lib/form.d.ts",
    "scripts": {
        "watch": "tsc --declaration --watch",
        "build": "tsc --declaration",
        "test": "jest"
    },
    "author": "teshoudong",
    "license": "MIT",
    "gitHead": "680a24e21eb65b3d9e49b6a207d51622ef5bb061",
    "dependencies": {
        "@wowpic/xform-types": "^2.7.0",
        "async-validator": "^3.2.0",
        "events": "^3.0.0",
        "expression-eval": "^2.1.0",
        "isomorphic-fetch": "^2.2.1"
    },
    "maintainers": [
        {
            "name": "chengpeng",
            "email": "chengpeng@wowpic.com"
        }
    ]
}