{
  "name": "pgtyped-wire-2",
  "version": "0.11.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc --declaration",
    "check": "tsc --noEmit",
    "watch": "tsc --declaration --watch --preserveWatchOutput"
  },
  "jest": {
    "testRegex": "(/tests/.*|(\\.|/)test)\\.tsx?$",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@types/debug": "^4.1.4",
    "debug": "^4.1.1"
  },
  "gitHead": "1f1f97c73b531d444541f0d97781520f74e2af7b"
}
