-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.12 KB
/
package.json
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
{
"name": "generator-lib-java",
"version": "3.1.0",
"type": "commonjs",
"description": "Java library project generator, hosted on github, build with gradle and published to maven central",
"license": "MIT",
"main": "app/index.js",
"homepage": "https://github.com/xvik/generator-lib-java",
"bugs": "https://github.com/xvik/generator-lib-java/issues",
"repository": {
"type": "git",
"url": "git://github.com/xvik/generator-lib-java.git"
},
"author": {
"name": "Vyacheslav Rusakov",
"email": "vyarus@gmail.com",
"url": "https://github.com/xvik"
},
"engines": {
"node": ">=12.12.0",
"npm": ">=6.14.4"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"java",
"lib",
"gradle",
"github",
"maven central"
],
"dependencies": {
"chalk": "4.1.1",
"yeoman-environment": "3.19.3",
"yo-java-helper": "2.2.0"
},
"devDependencies": {
"fs-extra": "10.0.0",
"fs-readdir-recursive": "1.1.0",
"mocha": "*",
"mocha-jshint": "2.3.1",
"yeoman-assert": "3.1.1",
"yeoman-test": "6.0.0"
}
}