{
  "name": "simple-input-validators",
  "version": "1.2.1",
  "description": "functions for validate enter data",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "jest",
    "clean": "rimraf dist",
    "prebuild": "run-s clean",
    "build": "run-s test build:types build:prod build:docs",
    "build:docs": "jsdoc2md --template ./README.hbs --files ./src/*.ts --configure ./jsdoc2md.json > ./README.md",
    "build:types": "tsc --project tsconfig.json",
    "build:prod": "cross-env NODE_ENV=prod rollup -c",
    "build:dev": "cross-env NODE_ENV=dev rollup -c --watch",
    "dev:run": "ts-node src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webster6667/simple-input-validators.git"
  },
  "keywords": [
    "validator",
    "form-validator"
  ],
  "author": "webster6667",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/webster6667/simple-input-validators/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/plugin-transform-runtime": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-typescript": "^7.13.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@types/jest": "^26.0.20",
    "camel-to-dash": "^1.0.7",
    "cross-env": "^7.0.3",
    "get-array-sum": "^1.0.1",
    "husky": "4.3.8",
    "jest": "^27.0.3",
    "jsdoc-babel": "0.5.0",
    "jsdoc-to-markdown": "6.0.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.48.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^27.0.2",
    "ts-node": "^10.0.0",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.0"
  },
  "homepage": "https://github.com/webster6667/simple-input-validators#readme"
}
