{
  "name": "@figedi/typecop",
  "version": "1.4.0",
  "description": "Json-schema validator",
  "contributors": [],
  "homepage": "https://github.com/figedi/typecop",
  "scripts": {
    "specs": "TZ=utc NODE_ENV=test vitest --run",
    "lint": "biome check ./src biome.json",
    "lint:fix": "biome check --write ./src biome.json",
    "build": "tsc"
  },
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "engines": {
    "node": ">=22.11.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/figedi/typecop.git"
  },
  "keywords": [],
  "license": "SEE LICENSE IN LICENSE.md",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.10.10",
    "vitest": "^3.0.4",
    "commitlint": "^19.6.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.4.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^11.7.3",
    "@types/glob": "^8.1.0",
    "@types/json-schema": "^7.0.15",
    "@types/lodash": "^4.17.14",
    "ajv": "^8.17.1",
    "glob": "^11.0.1",
    "json-schema": "^0.4.0",
    "lodash": "^4.17.21"
  }
}
