{ "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": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist" }, "devDependencies": { "typescript": "^5.4.0", "rimraf": "^5.0.0" } }