{
  "name": "@curatedotfun/types",
  "version": "0.0.6",
  "description": "Type definitions for curatedotfun plugins",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/potlock/curatedotfun-plugins.git",
    "directory": "packages/types"
  },
  "keywords": [
    "curatedotfun",
    "types",
    "typescript"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "tsc --noEmit"
  },
  "devDependencies": {
    "@curatedotfun/utils": "workspace:*",
    "typescript": "^5.0.0"
  }
}
