jsonnet-compose/package.json

26 lines
594 B
JSON
Raw Normal View History

2020-07-30 06:05:03 +00:00
{
"name": "@sigyl/jsonnet-compose",
2020-07-30 08:03:12 +00:00
"version": "1.0.2",
2020-07-30 06:05:03 +00:00
"description": "function compose",
"main": "compose.libsonnet",
"scripts": {
"publish": "git push --follow-tags origin master && npm publish",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/sigyl/jsonnet-compose.git"
},
"keywords": [
"jsonnet",
"functional",
"compose"
],
"author": "giles bradshaw",
"license": "MIT",
"devDependencies": {
"standard-version": "^8.0.2"
}
}