{
    "name": "@reactway/forms",
    "version": "0.0.0-canary.45edc18",
    "description": "React forms.",
    "main": "dist/index.js",
    "module": "dist/index.es.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc -b .",
        "test": "eslint \"src/**/*.ts*\"",
        "build:prod": "rollup -c && tsc -p . --emitDeclarationOnly",
        "watch": "tsc -b . -w"
    },
    "author": "Reactway <dev@reactway.com> (https://github.com/reactway)",
    "license": "MIT",
    "files": [
        "dist",
        "*.js",
        "*.d.ts",
        "!*.config.js",
        "!dist/_debug*"
    ],
    "dependencies": {
        "@reactway/forms-core": "^0.0.0-canary.45edc18",
        "@types/shortid": "^0.0.29",
        "immer": "^5.2.1",
        "shortid": "^2.2.15"
    },
    "peerDependencies": {
        "react": "^16.8.3"
    },
    "devDependencies": {
        "@reactway-tools/rollup": "^0.0.0-canary.45edc18",
        "@reactway/eslint-config": "1.0.1",
        "@types/jest": "^24.0.25",
        "@types/node": "^13.1.6",
        "@types/react": "^16.9.17",
        "eslint": "^6.8.0",
        "jest": "^24.9.0",
        "prettier": "^1.19.1",
        "rollup": "1.32.0",
        "ts-jest": "^24.3.0",
        "typescript": "^3.7.5"
    }
}
