{
  "name": "typizator-test",
  "version": "1.8.7",
  "description": "Test utilities for the typizator library.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && node build.js && tsc --emitDeclarationOnly",
    "test": "tsc --build --clean && jest $npm_config_dir && npx coverage-badges"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvdsfif/typizator-test.git"
  },
  "keywords": [
    "test tables",
    "typescript",
    "serialization",
    "deseralization",
    "runtime types"
  ],
  "author": "Nikit Zykov <ch.destr@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/json-bigint": "^1.0.4",
    "coverage-badges": "^1.0.7",
    "esbuild": "^0.20.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "console-table-printer": "^2.12.0",
    "json-bigint": "^1.0.0",
    "typizator": "^4.4.1"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
