over / package.json
luguog's picture
Upload folder using huggingface_hub
045d917 verified
Raw
History Blame Contribute Delete
490 Bytes
{
"name": "hostmodel",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/src/index.js",
"test": "node --test dist/tests/hostmodel.test.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"express": "^4.21.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}