drone/.drone/package.json

10 lines
193 B
JSON
Raw Normal View History

2020-08-26 23:14:17 +00:00
{
"private": true,
"scripts": {
"build": "drone jsonnet --source drone-home.jsonnet --target drone-home.yml --stream"
},
"dependencies": {
2020-10-23 09:10:47 +00:00
"@sigyl/jsonnet-drone": "0.4.1"
2020-08-26 23:14:17 +00:00
}
}