forked from jhipster/jhipster-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "generator-jhipster-kotlin",
"version": "0.6.1",
"description": "A Kotlin based JHipster (KHipster)",
"repository": {
"type": "git",
"url": "git+https://github.com/jhipster/jhipster-kotlin"
},
"keywords": [
"kotlin",
"java",
"hipster",
"yeoman-generator",
"jhipster-blueprint"
],
"author": "Sendil Kumar N <[email protected]> (https://sendilkumarn.js.org)",
"bugs": {
"url": "https://github.com/jhipster/jhipster-kotlin/issues"
},
"scripts": {
"prettier:format": "prettier --write \"{,**/}*.{js,json,md}\"",
"completion": "tabtab install --name jhipster --auto",
"lint": "eslint .",
"lint-fix": "npm run lint -- --fix"
},
"dependencies": {
"chalk": "2.4.1",
"commander": "2.16.0",
"didyoumean": "1.2.1",
"ejs": "2.6.1",
"generator-jhipster": "5.7.0",
"glob": "7.1.2",
"insight": "0.10.1",
"jhipster-core": "3.6.7",
"js-yaml": "3.12.0",
"lodash": "4.17.10",
"meow": "5.0.0",
"mkdirp": "0.5.1",
"pluralize": "7.0.0",
"prettier": "1.13.7",
"randexp": "0.4.9",
"semver": "5.5.0",
"shelljs": "0.8.2",
"tabtab": "2.2.2",
"yeoman-environment": "2.3.0",
"yeoman-generator": "3.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"ejs-lint": "0.3.0",
"eslint": "5.8.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "3.0.0",
"fs-extra": "6.0.1",
"mocha": "5.2.0",
"yeoman-assert": "3.1.1",
"yeoman-test": "1.8.0"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"license": "Apache-2.0",
"homepage": "https://github.com/jhipster/jhipster-kotlin#readme"
}