compose/package.json

26 lines
589 B
JSON
Raw Normal View History

2020-07-29 13:53:46 +00:00
{
2020-07-29 14:15:20 +00:00
"name": "@sigyl/jsonnet-compose",
2020-07-29 19:48:44 +00:00
"version": "0.0.19",
2020-07-29 13:53:46 +00:00
"description": "function compose",
"main": "compose.libsonnet",
"scripts": {
2020-07-29 16:17:33 +00:00
"publish": "git push --follow-tags origin master && npm publish",
2020-07-29 16:16:19 +00:00
"release": "standard-version",
2020-07-29 13:53:46 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2020-07-29 18:00:20 +00:00
"url": "https://sigyl.com/git/jsonnet/compose.git"
2020-07-29 13:53:46 +00:00
},
"keywords": [
"jsonnet",
"functional",
"compose"
],
"author": "giles bradshaw",
2020-07-29 16:16:19 +00:00
"license": "MIT",
"devDependencies": {
"standard-version": "^8.0.2"
}
2020-07-29 13:53:46 +00:00
}