likhonsheikh commited on
Commit
154fe85
·
verified ·
1 Parent(s): ed89324

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +14 -0
package.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "hf-ubuntu-agent-sse",
3
+ "version": "1.0.0",
4
+ "description": "Ubuntu sandbox with MCP-style tools over SSE for Hugging Face Spaces",
5
+ "type": "module",
6
+ "scripts": {
7
+ "start": "node server.js",
8
+ "dev": "PORT=7860 node server.js"
9
+ },
10
+ "dependencies": {
11
+ "cors": "^2.8.5",
12
+ "express": "^4.19.2"
13
+ }
14
+ }