{ "name": "canvas-plugin-template", "version": "1.0.0", "private": true, "type": "module", "description": "Infinite Canvas 插件起步模板(TypeScript + SDK)", "scripts": { "build": "node build.mjs", "dev": "node build.mjs --watch", "typecheck": "tsc --noEmit" }, "devDependencies": { "@infinite-canvas/plugin-sdk": "file:../sdk", "@types/react": "19.1.12", "typescript": "^5" } }