UNPKG

@curatedotfun/discord

Version:
54 lines (53 loc) 1.18 kB
{ "name": "@curatedotfun/discord", "version": "0.0.1", "description": "Discord plugin for curatedotfun", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "default": "./dist/index.js" } }, "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist", "package.json" ], "repository": { "type": "git", "url": "https://github.com/potlock/curatedotfun-plugins.git", "directory": "packages/discord" }, "keywords": [ "curatedotfun", "discord", "distribute", "plugin" ], "scripts": { "build": "rspack build && tsc -p tsconfig.build.json", "dev": "rspack serve", "lint": "tsc --noEmit", "test": "vitest" }, "devDependencies": { "@curatedotfun/types": "workspace:*", "@curatedotfun/utils": "workspace:*", "@rspack/cli": "latest", "@types/jest": "^29.5.14", "typescript": "^5.0.0", "vitest": "^3.0.7", "discord.js": "^14.14.1" }, "dependencies": { "@module-federation/node": "^2.7.2", "ws": "^8.16.0" } }