-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 Bytes
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
{
"name": "@jswork/generator-gitlab",
"version": "1.0.0",
"description": "Yeoman generator for gitlab.",
"keywords": [
"yeoman",
"yo",
"yeoman-generator"
],
"engines": {
"npm": ">= 4.0.0"
},
"devDependencies": {
"jest": "^28.0.3",
"prettier": "^2.6.2",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.9.1",
"yeoman-test": "^6.3.0"
},
"dependencies": {
"@jswork/generator-prompts": "^1.1.7",
"@jswork/yeoman-generator": "^1.0.4",
"@jswork/yeoman-generator-helper": "^1.0.6",
"yeoman-generator": "^5.6.1",
"yosay": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/afeiship/generator-gitlab.git"
},
"license": "MIT"
}