verae-deploy/package.json

10 lines
260 B
JSON

{
"name": "verae-deploy",
"version": "0.1.0",
"private": true,
"description": "Tagged checkout + npm ci + rebuild on the target OS for Verae module repos",
"scripts": {
"deploy": "bash scripts/deploy.sh",
"test": "bash scripts/test.sh"
}
}