UNPKG

@curatedotfun/plugin-loader

Version:
34 lines (33 loc) 813 B
{ "name": "@curatedotfun/plugin-loader", "version": "0.0.2", "description": "Plugin loader for curatedotfun plugins", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/potlock/curatedotfun-plugins.git", "directory": "packages/plugin-loader" }, "keywords": [ "curatedotfun", "plugin-loader", "module-federation" ], "scripts": { "build": "rspack build", "dev": "NODE_ENV=development rspack serve", "lint": "tsc --noEmit" }, "devDependencies": { "@curatedotfun/types": "workspace:*", "@module-federation/node": "^2.6.22", "@rspack/cli": "latest", "@types/node": "^20.0.0", "typescript": "^5.0.0" } }