{
"name": "@haloforge/plugin-sdk",
"version": "0.2.16",
"description": "HaloForge Plugin SDK — build frontend components for HaloForge plugins",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"prepack": "npm run build",
"prepare": "npm run build",
"dev": "tsc -p tsconfig.build.json --watch"
},
"peerDependencies": {
"@tauri-apps/api": "^2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"lucide-react": "*"
},
"devDependencies": {
"@types/react": "^19.0.0",
"typescript": "~5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaloForgeAI/haloforge-plugin-api.git",
"directory": "sdk"
},
"homepage": "https://github.com/HaloForgeAI",
"bugs": {
"url": "https://github.com/HaloForgeAI/haloforge-plugin-api/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"haloforge",
"plugin",
"sdk",
"tauri",
"gamedev"
],
"license": "MIT"
}