{
    "name": "react-native-form-model",
    "version": "0.9.0",
    "description": "An easily testable and opinionated React Native form model builder written in pure JavaScript.",
    "author": "Pavel Diatchenko <diatche@gmail.com>",
    "license": "MIT",
    "repository": "https://github.com/diatche/react-native-form-model",
    "keywords": [
        "react",
        "react-native",
        "form",
        "ui",
        "validation",
        "forms",
        "pretty",
        "email",
        "password",
        "parse"
    ],
    "main": "dist/index.js",
    "files": [
        "dist",
        "src"
    ],
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "jest",
        "coverage": "jest --coverage",
        "build": "rollup -c",
        "watch": "rollup -c -w",
        "prepack": "rm -R dist 2> /dev/null; yarn build",
        "format": "eslint . --fix"
    },
    "peerDependencies": {
        "@react-native-picker/picker": "^1.9.0",
        "react": "^16.8.0 || ^17.0.0",
        "react-native": "^0.63.0",
        "react-native-calendars": "^1.1255.0",
        "react-native-paper": "^4.0.0",
        "react-native-vector-icons": "*"
    },
    "peerDependenciesMeta": {
        "react": {
            "optional": true
        },
        "react-native-vector-icons": {
            "optional": true
        }
    },
    "dependencies": {
        "@diatche/parse-time": "^0.1.1",
        "@ungap/weakrefs": "^0.2.0",
        "i18n-js": "^3.7.1",
        "lodash": "^4.17.19",
        "moment": "^2.27.0",
        "rxjs": "^6.6.2",
        "semver-compare": "^1.0.0"
    },
    "devDependencies": {
        "@babel/core": "~7.9.0",
        "@react-native-picker/picker": "1.9.11",
        "@rollup/plugin-alias": "^3.1.1",
        "@rollup/plugin-node-resolve": "^9.0.0",
        "@rollup/plugin-typescript": "^6.0.0",
        "@types/i18n-js": "^3.8.1",
        "@types/jest": "^26.0.20",
        "@types/lodash": "^4.14.157",
        "@types/react": "^16.9.51",
        "@types/react-native": "^0.63.25",
        "@types/react-native-calendars": "^1.505.2",
        "@types/react-test-renderer": "^16.0.0",
        "@types/semver-compare": "^1.0.1",
        "eslint": "^7.32.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-config-universe": "^7.0.1",
        "eslint-plugin-react-hooks": "^4.2.0",
        "i18n-js": "^3.7.1",
        "jest": "^26.6.3",
        "jest-unique-reporter": "^1.1.0",
        "prettier": "^2.3.2",
        "prettier-eslint": "^13.0.0",
        "react": "16.13.1",
        "react-native": "0.63.4",
        "react-native-calendars": "^1.1255.0",
        "react-native-paper": "^4.9.1",
        "react-test-renderer": "~16.11.0",
        "rollup": "^2.28.2",
        "rollup-plugin-copy": "^3.3.0",
        "ts-jest": "^26.4.4",
        "tslib": "^2.0.2",
        "typescript": "^4.0.3"
    }
}
