{
  "name": "is-valid-uuid-v4",
  "version": "1.2.3",
  "description": "Checks if the string is valid uuid-v4",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && npm run lint && npm test && tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "test": "mocha -r ts-node/register test/unit/**/*.ts",
    "coverage": "nyc npm run test",
    "lint": "npx eslint './src/**/*.{ts,tsx}'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jammymalina/is-valid-uuid-v4.git"
  },
  "keywords": [
    "uuidv4",
    "uuid",
    "validator"
  ],
  "author": "Jakub Jantosik",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jammymalina/is-valid-uuid-v4/issues"
  },
  "homepage": "https://github.com/jammymalina/is-valid-uuid-v4#readme",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "chai": "^4.3.7",
    "eslint": "^8.33.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  }
}
