12 lines
351 B
JSON
12 lines
351 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",
|
||
"fetch": "bash scripts/fetch.sh",
|
||
"test": "bash scripts/test.sh"
|
||
}
|
||
}
|