{
  "name": "structural",
  "author": "Matt Baker <@reissbaker>",
  "version": "0.0.36",
  "description": "Runtime structural typechecker",
  "repository": {
    "type": "git",
    "url": "https://github.com/reissbaker/structural"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "scripts": {
    "tsc": "rm -rf build/ && tsc",
    "watch": "rm -rf build/ && tsc --watch",
    "test": "tsc --noEmit && vitest run --coverage",
    "test:watch": "vitest",
    "prepublishOnly": "npm test && npm run tsc"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.10",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "files": [
    "index.ts",
    "package.json",
    "yarn.lock",
    "tsconfig.json",
    "vitest.config.mjs",
    "/build",
    "/lib",
    "/test"
  ]
}
