{
  "name": "@taiyakihitotsu/foxp",
  "version": "0.5.10",
  "private": false,
  "description": "foxp possess the type checker to enable pseudo depenent types in TypeScript.",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taiyakihitotsu/foxp.git"
  },
  "devDependencies": {
    "@taiyakihitotsu/cion": "0.3.4",
    "@types/node": "25.5.2",
    "husky": "9.1.7",
    "ts-node": "10.9.2",
    "tsd": "0.33.0",
    "tsx": "4.21.0",
    "typescript": "6.0.2",
    "vitest": "4.1.2"
  },
  "author": "taiyakihitotsu <taiyakihitotsu@proton.me> https://github.com/taiyakihitotsu",
  "license": "3-clause BSD license",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch --project tsconfig.test.json",
    "test": "vitest run",
    "check": "tsc --noEmit",
    "check:test": "tsc --noEmit --project tsconfig.test.json && pnpm test",
    "check:smith": "sh ./submodules/scripts/sandbox-smith.sh && sh ./submodules/scripts/check-smith.sh",
    "format:smith": "pnpm --prefix submodules/condsmith run format:smith ../../src",
    "run": "ts-node src/index.ts",
    "precommit": "sh submodules/scripts/precommit.sh"
  }
}