{ "name": "@fusion-plugin-examples/auto-label", "version": "0.2.39", "type": "module", "description": "Automatically labels tasks based on description content", "keywords": [ "fusion-plugin" ], "exports": { ".": { "types": "./src/index.ts", "import": "./dist/index.js" } }, "private": true, "scripts": { "build": "tsc", "test": "vitest run --silent=passed-only --reporter=dot" }, "dependencies": { "@fusion/plugin-sdk": "workspace:*" }, "devDependencies": { "@types/node": "^25.5.2", "typescript": "^5.7.0", "vitest": "^3.2.4" } }