package.json•842 B
{
"name": "forevervm-mcp",
"version": "0.1.35",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"forevervm-mcp": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && shx chmod +x build/*.js",
"prepublishOnly": "npm run build",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"start": "tsx src/index.ts",
"check-format": "prettier --check src/**/*.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@forevervm/sdk": "^0.1.22",
"@modelcontextprotocol/sdk": "^1.3.1",
"commander": "^13.1.0",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"yaml": "^2.7.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}