{
    "name": "@vastweb/validator",
    "version": "0.0.8",
    "description": "String validation",
    "main": "./lib/index.js",
    "scripts": {
        "lint": "eslint src --fix --ext .ts,.tsx",
        "build": "tsc",
        "test": "jest",
        "docs": "jsdoc -c jsdoc.json --readme README.md"
    },
    "keywords": [
        "vastweb",
        "validator",
        "validation",
        "validate"
    ],
    "author": "Cold",
    "license": "MIT",
    "home": "https://github.com/yanxiaoleng/vastweb-validator",
    "bugs": {
        "url": "https://github.com/yanxiaoleng/vastweb-validator/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/yanxiaoleng/vastweb-validator"
    },
    "files": [
        "lib",
        "README.md"
    ],
    "devDependencies": {
        "@babel/core": "^7.8.4",
        "@babel/preset-env": "^7.8.4",
        "@types/jest": "^25.1.1",
        "@types/node": "^13.7.0",
        "@typescript-eslint/eslint-plugin": "^2.19.0",
        "@typescript-eslint/parser": "^2.19.0",
        "babel-jest": "^25.1.0",
        "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
        "docdash": "^1.2.0",
        "eslint": "^6.8.0",
        "eslint-config-prettier": "^6.10.0",
        "eslint-plugin-prettier": "^3.1.2",
        "jest": "^25.1.0",
        "jsdoc": "^3.6.3",
        "prettier": "^1.19.1",
        "ts-jest": "^25.1.0",
        "typescript": "^3.7.5"
    }
}
