forked from shuttlenetwork/shuttle
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.json
More file actions
32 lines (32 loc) · 830 Bytes
/
project.json
File metadata and controls
32 lines (32 loc) · 830 Bytes
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
{
"git": {
"remotes": {
"origin": "git@github.com:Rusya13/shuttle.git",
"upstream": "git@github.com:shuttlenetwork/shuttle.git"
},
"default_branch": "main"
},
"domains": [
"h.shuttlemath.com"
],
"stack": {
"type": "unknown",
"language": "javascript",
"framework": null,
"frontend": null,
"database": null,
"nodejs": {
"detected": true,
"package_manager": "yarn",
"audit": {
"error": "Audit command failed: sh: yarn: command not found\n",
"error_full": "sh: yarn: command not found\n"
}
},
"composer": {
"detected": false,
"php_version": null,
"audit": null
}
}
}