-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@cocreate/socket-server",
"version": "1.31.1",
"description": "CoCreate-socket-server",
"keywords": [
"cocreate-socket",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"main": "./src/index",
"scripts": {
"demo": "PORT=5000 node demo/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-socket-server.git"
},
"author": "CoCreate LLC",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-socket-server/issues"
},
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
"dependencies": {
"@cocreate/config": "^1.13.1",
"@cocreate/utils": "^1.39.0",
"@cocreate/uuid": "^1.12.1",
"ws": "^7.5.10"
}
}