{ "name": "@paarrot/plugin-manager", "version": "1.0.0", "description": "Framework-agnostic plugin system for Paarrot applications.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "browser": "./dist/index.browser.js", "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "prepare": "npm run build", "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist" }, "devDependencies": { "@types/node": "^25.6.0", "rimraf": "^5.0.0", "typescript": "^5.4.0" } }