{
    "name": "yup-schema",
    "version": "1.0.0-alpha.2",
    "description": "Easily define your yup rules using arrays instead of yup object",
    "main": "lib/index.js",
    "module": "es/index.js",
    "files": [
        "es",
        "lib",
        "umd"
    ],
    "scripts": {
        "build": "nwb build-web-module",
        "clean": "nwb clean-module",
        "prepublishOnly": "npm run build",
        "test": "nwb test",
        "test:coverage": "nwb test --coverage",
        "test:watch": "nwb test --server"
    },
    "dependencies": {
        "yup": "^0.32.9"
    },
    "devDependencies": {
        "karma-chai-plugins": "^0.9.0",
        "nwb": "^0.25.2"
    },
    "author": "",
    "license": "MIT",
    "keywords": [
        "yup-schema",
        "yup-json",
        "yup-array",
        "yup-object",
        "yup",
        "yup-validation"
    ],
    "homepage": "",
    "repository": {
        "type": "git",
        "url": "https://github.com/harveyramer/yup-schema.git"
    }
}