-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.7 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.7 KB
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
{
"name": "mcp-checklists",
"version": "0.0.2",
"description": "Documentation, checklists, useful tools and utilities to secure your MCP servers",
"keywords": [
"mcp",
"enterprise",
"security",
"docker"
],
"author": "Samuel Batista <sbatista@mcpmanager.ai> (https://sambatista.com)",
"contributors": [
"Becky Brooks <bbrooks@mcpmanager.ai>",
"James Taylor <jtaylor@mcpmanager.ai>"
],
"license": "AGPL-3.0",
"scripts": {
"build": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/build.mjs",
"build_cli": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/build_cli.mjs",
"cli": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/cli.mjs",
"create": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/create.mjs",
"deploy": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/deploy.mjs",
"gen_key": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/gen_key.mjs",
"ssh": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/ssh.mjs",
"start": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/start.mjs",
"stop": "fnm use lts/latest --install-if-missing || : && node infrastructure/package_scripts/stop.mjs"
},
"dependencies": {
"@dotenvx/dotenvx": "1.48.3",
"node-ssh": "13.2.1",
"xid-js": "1.0.1"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}