Paijo commited on
Commit
7753c2f
·
verified ·
1 Parent(s): 7e5cd74

Add package.json

Browse files
Files changed (1) hide show
  1. package.json +12 -0
package.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "openclaw-docker-space",
3
+ "version": "1.0.0",
4
+ "description": "OpenClaw Docker Space",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "openclaw gateway --port 18789"
8
+ },
9
+ "dependencies": {
10
+ "openclaw": "latest"
11
+ }
12
+ }