jsonnet-compose/package.json

26 lines
594 B
JSON

{
"name": "@sigyl/jsonnet-compose",
"version": "1.0.2",
"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"
}
}