{
  "name": "ts-brand",
  "version": "0.2.0",
  "description": "Reusable type branding in TypeScript",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kourge/ts-brand.git"
  },
  "keywords": [
    "typescript",
    "opaque",
    "branding",
    "type"
  ],
  "author": "Wil Lee <kourge@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kourge/ts-brand/issues"
  },
  "homepage": "https://github.com/kourge/ts-brand#readme",
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.6",
    "typescript": "^4.9.5"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  }
}
