-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@ptsecurity/gitlab-release",
"version": "0.1.0",
"author": {
"name": "Positive Technologies"
},
"repository": {
"type": "git",
"url": "git+https://github.com/positive-js/gitlab-release.git"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"keywords": [
"ptsecurity",
"automation",
"gitlab",
"npm",
"publish",
"release"
],
"bin": {
"gitlab-release": "cli.js"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"main": "index.js",
"scripts": {
"test:unit": "nyc mocha --opts mocha.opts test/**/*.spec.js",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --config ./tools/config.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"conventional-changelog-angular": "^5.0.1",
"conventional-recommended-bump": "^4.0.1",
"cosmiconfig": "^5.0.6",
"execa": "^1.0.0",
"figures": "^2.0.0",
"git-latest-semver-tag": "^1.0.2",
"git-raw-commits": "^2.0.0",
"inline-css": "^2.4.0",
"listr": "^0.14.2",
"listr-verbose-renderer": "^0.4.1",
"lodash": "^4.17.10",
"log-symbols": "^2.2.0",
"meow": "^5.0.0",
"read-pkg-up": "^4.0.0",
"semantic-release-gitlab-releaser": "^4.0.16",
"semver": "^5.5.1",
"showdown": "^1.8.6",
"signale": "^1.2.1",
"stream-to-array": "^2.3.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov": "^3.0.4",
"conventional-changelog": "^2.0.3",
"conventional-changelog-cli": "^2.0.5",
"fs-extra": "^7.0.0",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^13.0.1",
"tmp": "0.0.33"
},
"bugs": {
"url": "https://github.com/positive-js/gitlab-release/issues"
},
"readme": "https://github.com/positive-js/gitlab-release#readme",
"homepage": "https://github.com/positive-js/gitlab-release#readme",
"_id": "@ptsecurity/gitlab-release@0.0.2",
"description": "https://github.com/positive-js/gitlab-release#readme"
}