Some checks failed
Build and Package DXT / build (push) Failing after 47s
- Added package.json for project dependencies and scripts - Included TypeScript configuration in tsconfig.json
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "siwatsystem-mcp-dxt",
|
|
"version": "1.0.0",
|
|
"description": "MCP Remote bundling project",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsx build.ts",
|
|
"build:ncc": "tsx build.ts ncc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@vercel/ncc": "^0.38.0",
|
|
"esbuild": "^0.19.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/archiver": "^6.0.3",
|
|
"archiver": "^7.0.1",
|
|
"mcp-remote": "^0.1.17"
|
|
}
|
|
}
|