forked from ethereum-oasis-op/baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 KB
/
package.json
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
{
"name": "baseline",
"version": "0.0.1",
"description": "Baseline protocol monorepo",
"contributors": [
"A.J. May <aj-may>",
"Brian Chamberlain <breakpointer>",
"Chaitanya Konda <ChaitanyaKonda>",
"Claudia Baik <clacla826>",
"Duncan Westland <Westlad>",
"Kartheek Solipuram <skarred14>",
"Patrick Macom <pmacom>",
"Sam Stokes <bitwiseguy>",
"Wenxing Wang <wenxing-wang-ey>"
],
"license": "SEE LICENSE in license.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-oasis/baseline.git"
},
"bugs": {
"url": "https://github.com/ethereum-oasis/baseline/issues"
},
"scripts": {
"clean": "bin/clean_npm.sh",
"system-check": "docker system info | awk 'match($0, /Total Memory: (.*)GiB/) {print $3}' | awk '{gsub(\" |GiB\", \"\"); print $0}' | awk '{if ($0 < 12.0) {print \"WARNING: Docker needs at least 12GB to run the baseline stack.\"; exit 1}}'"
},
"homepage": "https://baseline-protocol.org",
"devDependencies": {
"minimist": ">=0.2.1"
}
}