{
  "name": "@p4ck493/ts-is",
  "version": "3.0.11",
  "description": "The package for check some data in typescript and javascript.",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "umd:main": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "scripts": {
    "prepare": "npm run build",
    "prepare:test": "npm run build && npm test",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "jest --config jest.config.json",
    "test:coverage": "jest --config jest.config.json --coverage",
    "dev": "microbundle watch",
    "build": "microbundle",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "publish:beta": "npm publish --tag beta"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/p4ck493/ts-is.git"
  },
  "files": [
    "dist/**/*"
  ],
  "bugs": {
    "url": "https://github.com/p4ck493/ts-is/issues"
  },
  "homepage": "https://github.com/p4ck493/ts-is#readme",
  "keywords": [
    "Check Data",
    "Validate data",
    "is",
    "TypeScript",
    "JavaScript",
    "Proxy",
    "Checkers",
    "Type",
    "Guard",
    "Testing"
  ],
  "author": "p4ck493",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.2.5",
    "codelyzer": "6.0.2",
    "jest": "^29.3.1",
    "jest-html-reporters": "3.0.11",
    "microbundle": "0.15.1",
    "prettier": "2.8.0",
    "ts-jest": "^29.0.3",
    "ts-loader": "9.4.2",
    "tslint": "6.1.3",
    "tslint-config-prettier": "1.18.0",
    "typescript": "^4.9.3"
  },
  "contributors": [
    {
      "name": "Ivan Karbashevskyi",
      "url": "https://github.com/karbashevskyi",
      "githubUsername": "karbashevskyi"
    }
  ]
}
