package.json•1.22 kB
{
"name": "@zhijianren/env-mcp",
"version": "0.0.10",
"description": "获取当前环境的 mcp",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc",
"prepublishOnly": "npm run test && npm run build",
"test": "jest --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackXuyi/env-mcp.git"
},
"keywords": [
"mcp",
"env",
"system-info"
],
"author": "JackXuyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackXuyi/env-mcp/issues"
},
"homepage": "https://github.com/JackXuyi/env-mcp#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"@types/plist": "^3.0.5",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"dotenv": "^16.4.7",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"plist": "^3.1.0",
"systeminformation": "^5.25.11"
},
"publishConfig": {
"access": "public"
}
}