{
  "name": "@wtfoc/common",
  "version": "0.0.4",
  "description": "Shared types and interfaces for the wtfoc knowledge graph",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SgtPooki/wtfoc.git",
    "directory": "packages/common"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=24"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "typescript": "^5.8.0"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "echo 'No tests yet'"
  }
}