diff --git a/package.json b/package.json index a8fe0ef..e1f503c 100644 --- a/package.json +++ b/package.json @@ -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": "",