{
  "name": "teepee-core",
  "version": "0.3.4",
  "description": "Core orchestration and storage primitives for Teepee.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/*.test.*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "homepage": "https://teepee.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/typeeffect/teepee.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "better-sqlite3": "^11.0.0",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "typescript": "^5.4.0",
    "vitest": "^2.0.0",
    "@types/better-sqlite3": "^7.6.0"
  }
}
