{
  "name": "@faia/wire",
  "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": {
    "roots": [
      "src"
    ],
    "testRegex": "\\.test\\.tsx?$",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@types/debug": "^4.1.4",
    "debug": "^4.1.1"
  }
}
