13 lines
397 B
JSON
13 lines
397 B
JSON
{
|
||
"name": "verae-bootstrap",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"description": "Clone Verae Time × Zapier git repos and install dependencies for each server type",
|
||
"scripts": {
|
||
"clone": "bash scripts/clone.sh",
|
||
"deps": "bash scripts/install-deps.sh",
|
||
"host-deps": "bash scripts/host-deps.sh",
|
||
"fetch": "bash scripts/fetch.sh",
|
||
"test": "bash scripts/test.sh"
|
||
}
|
||
}
|