squid/.drone/package.json

11 lines
245 B
JSON
Raw Normal View History

2020-08-05 07:30:16 +00:00
{
"private": true,
"scripts": {
"build": "drone jsonnet --source drone-home.jsonnet --target drone-home.yml --stream"
},
"dependencies": {
"@sigyl/jsonnet-compose": "^0.0.2",
"@sigyl/jsonnet-drone-environment": "0.0.5"
2020-08-05 07:30:16 +00:00
}
}