@netglade/mcp-sandbox
Version:
MCP Sandbox on E2B
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "@netglade/mcp-sandbox",
"version": "0.0.11",
"description": "MCP Sandbox on E2B",
"author": "NetGlade",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/netglade/mcp-sandbox.git"
},
"scripts": {
"build": "node scripts/build.js",
"simple-build": "cross-env MODULE=esm vite build",
"tsc": "tsc --noEmit",
"run-publish": "npm i && npm run build && npm publish"
},
"files": [
"dist"
],
"main": "./dist/cjs/mcp-sandbox.umd.js",
"module": "./dist/esm/mcp-sandbox.es.js",
"types": "./dist/esm/mcp-sandbox.d.ts",
"exports": {
"import": "./dist/esm/mcp-sandbox.es.js",
"require": "./dist/cjs/mcp-sandbox.umd.js",
"types": "./dist/esm/mcp-sandbox.d.ts"
},
"peerDependencies": {
"@e2b/code-interpreter": "^1.1.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@e2b/code-interpreter": "^1.1.0",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.5",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.4",
"vite-tsconfig-paths": "^4.2.1"
},
"keywords": [
"e2b",
"ai",
"stateful-sandbox",
"sandbox",
"mcp"
]
}