Files
NebulaShell/oss/store/@{FutureOSS}/nodejs-adapter/manifest.json
qwen.ai[bot] 64c8713945 update branch
2026-04-25 21:12:20 +08:00

31 lines
717 B
JSON

{
"name": "@FutureOSS/nodejs-adapter",
"version": "1.0.0",
"description": "Pure Node.js runtime adapter service. Provides execution context for other plugins to run Node.js/npm commands in their own ./pkg directories.",
"author": "FutureOSS Team",
"license": "MIT",
"type": "adapter",
"main": "main.py",
"enabled": true,
"priority": 10,
"runtime": {
"language": "python",
"entry_point": "main.py",
"requirements": []
},
"capabilities": [
"nodejs_execution",
"npm_management",
"context_switching",
"dependency_isolation"
],
"services": {
"provides": ["nodejs-adapter"],
"consumes": []
},
"config": {
"node_path": null,
"npm_path": null
}
}