-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@jimpick/mcp-json-db-collection-server",
"version": "0.0.1",
"description": "Use Model Context Protocol with multiple Fireproof JSON document databases",
"private": false,
"type": "module",
"bin": {
"mcp-json-db-collection-server": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"publish": "echo pnpm publish --no-git-checks --access public --otp code"
},
"dependencies": {
"@adviser/cement": "^0.3.4",
"@jimpick/fireproof-cloud": "0.19.118-jim2",
"@jimpick/fireproof-core": "0.19.118-jim2",
"@modelcontextprotocol/sdk": "1.0.4",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.3.3"
},
"author": "Jim Pick @jimpick.com",
"license": "MIT",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"repository": {
"type": "git",
"url": "https://github.com/jimpick/mcp-json-db-collection-server"
}
}