package.json•1.25 kB
{
"name": "@kastalien-research/thoughtbox",
"version": "1.0.1",
"description": "Thoughtbox",
"mcpName": "io.github.Kastalien-Research/thoughtbox",
"license": "MIT",
"author": "glassBead at Kastalien Research",
"homepage": "https://github.com/Kastalien-Research",
"bugs": "https://github.com/Kastalien-Research/thoughtbox/issues",
"type": "module",
"module": "src/index.ts",
"bin": {
"thoughtbox": "./dist/index.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "smithery dev",
"build": "npm run build:stdio && npm run build:http",
"build:stdio": "tsc && shx cp -r src/resources dist/ && shx chmod +x dist/*.js",
"build:http": "smithery build",
"start": "npm run start:http",
"start:http": "node .smithery/index.cjs",
"start:stdio": "node dist/index.js",
"prepublishOnly": "npm run build:stdio",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.20.0",
"chalk": "^5.6.0",
"yargs": "^18.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@smithery/cli": "^1.6.2",
"@smithery/sdk": "^1.7.4",
"@types/node": "^22.18.12",
"@types/yargs": "^17.0.32",
"shx": "^0.3.4",
"typescript": "^5.3.3"
}
}