{
  "name": "typizator-client",
  "version": "2.0.4",
  "description": "Client library for a generic server API creator with typizator and cdk-typescript-lib",
  "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 && $(yarn bin)/coverage-badges"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvdsfif/typizator-client.git"
  },
  "keywords": [
    "typescript",
    "serialization",
    "deseralization",
    "runtime types"
  ],
  "author": "Nikit Zykov <ch.destr@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "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": {
    "@types/json-bigint": "^1.0.4",
    "json-bigint": "^1.0.0",
    "typizator": "^4.4.1"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
