chore: add bun and main fields and add corrected start option

This commit is contained in:
Umut Hope YILDIRIM 2025-05-05 11:30:17 -04:00
parent 56faf1ad85
commit 98d2c73d42
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,15 @@
{
"name": "mcp-discord",
"version": "1.1.0",
"main": "index.js",
"main": "build/index.js",
"bin": {
"mcp-discord": "build/index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"start": "node build/index.js",
"dev": "node --loader ts-node/esm src/index.ts"
},
"author": "",