jsonnet-drone/package.json

31 lines
781 B
JSON

{
"name": "@sigyl/jsonnet-drone",
"main": "deploy.libsonnet",
"version": "1.0.0",
"description": "jsonnet to build and deploy with drone",
"scripts": {
"publish-npm": "git push --follow-tags origin master && npm publish",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1",
"install": "cd lib && yarn",
"prePublishOnly": "cd lib && yarn"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/sigyl/jsonnet-drone.git"
},
"keywords": [
"jsonnet",
"drone"
],
"author": "giles bradshaw",
"license": "MIT",
"devDependencies": {
"standard-version": "^8.0.2"
},
"dependencies": {
"@sigyl/jsonnet-compose": "^0.0.2",
"@sigyl/jsonnet-drone-environment": "0.0.5"
}
}