UNPKG

730 BJSONView Raw
1{
2 "name": "condition-circle",
3 "version": "1.0.0",
4 "description": "Checks CircleCI environment before publishing successful build using semantic-release",
5 "main": "src/conditions-circle.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/bahmutov/condition-circle.git"
12 },
13 "keywords": [
14 "semantic-release",
15 "publish",
16 "release",
17 "plugin",
18 "circle",
19 "circle-ci"
20 ],
21 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/bahmutov/condition-circle/issues"
25 },
26 "homepage": "https://github.com/bahmutov/condition-circle#readme"
27}