{
  "name": "ts-type-helper",
  "version": "0.3.0",
  "description": "Helpers to avoid type-gymnastics when working with typescript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "bun run build:source && bun run build:declaration",
    "build:source": "bun build ./src/index.ts --outdir dist --target browser --splitting --sourcemap",
    "build:declaration": "tsc --project tsconfig.build.json",
    "publish": "npm run build && npm publish",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alfnielsen/ts-type-helper.git"
  },
  "keywords": [
    "ts",
    "typescript",
    "type",
    "helpers",
    "helper",
    "type-helper",
    "type-helpers",
    "typescript-helpers"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alfnielsen/ts-type-helper/issues"
  },
  "homepage": "https://github.com/alfnielsen/ts-type-helper#readme",
  "devDependencies": {
    "typescript": "^5.2.2",
    "bun-types": "latest"
  }
}
