-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@cocreate/cli",
"version": "1.54.2",
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
"keywords": [
"cli",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"automated": "nodejs src/commands/fs/automated.js",
"bump": "node src/commands/fs/bump.js",
"config": "nodejs src/commands/fs/config.js",
"contribution": "nodejs src/commands/fs/contribution.js",
"gitignore": "nodejs src/commands/fs/gitignore.js",
"manual": "nodejs src/commands/fs/manual.js",
"package": "nodejs src/commands/fs/package.js",
"readme": "nodejs src/commands/fs/readme.js",
"webpack": "nodejs src/commands/fs/webpack.js",
"permissions": "chmod +rwx /home/ubuntu/.nvm/versions/node/v19.8.1/bin/coc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
},
"homepage": "https://cocreate.app/docs/cli",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "src/commands/index.js",
"bin": {
"coc": "src/coc.js"
},
"dependencies": {
"@cocreate/acme": "^1.3.0",
"@cocreate/config": "^1.13.1",
"@cocreate/file": "^1.19.4",
"@cocreate/nginx": "^1.4.0",
"@google/generative-ai": "0.24.1"
}
}