{
  "name": "checkok",
  "version": "1.1.1",
  "description": "An elegant and scalable validator",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "scripts": {
    "clean": "rimraf  dist/*",
    "build": "npm run clean && rollup -c",
    "build:watch": "npm run clean && rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "jest": {
    "preset": "ts-jest",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/",
      "/.history/"
    ]
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/forsigner/checkok.git"
  },
  "author": "forsigner",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/forsigner/checkok/issues"
  },
  "homepage": "https://github.com/forsigner/checkok#README",
  "devDependencies": {
    "@types/jest": "^23.3.12",
    "checkok-number": "^1.0.0",
    "checkok-required": "^1.0.0",
    "checkok-string": "^1.0.1",
    "jest": "^23.6.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.0.2",
    "rollup-plugin-typescript2": "^0.18.1",
    "ts-jest": "^23.10.5",
    "typescript": "^3.2.2"
  },
  "gitHead": "f1ee9bc0cabde917a2cc9647af8274b25092d70c"
}
