{
  "name": "pi-mono-figma",
  "version": "0.2.2",
  "description": "Pi extension and skill for Figma design context tools",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-skill",
    "figma"
  ],
  "dependencies": {
    "pi-common": "0.1.1"
  },
  "bundledDependencies": [
    "pi-common"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "test": "npx tsx --test '__tests__/**/*.test.ts'"
  }
}