-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 2.05 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
68
69
70
71
{
"name": "generator-jhipster-native",
"version": "2.5.0",
"description": "JHipster SpringBoot Native Blueprint",
"keywords": [
"yeoman-generator",
"jhipster-blueprint",
"jhipster-8"
],
"homepage": "https://github.com/jhipster/generator-jhipster-native",
"bugs": "https://github.com/jhipster/generator-jhipster-native/issues",
"repository": {
"type": "git",
"url": "git://github.com/jhipster/generator-jhipster-native.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/generator-jhipster"
},
"license": "Apache-2.0",
"author": "Marcelo Shima <[email protected]> (https://github.com/mshima)",
"type": "module",
"bin": {
"jhipster-native": "cli/cli.cjs"
},
"files": [
"cli",
"generators",
"!**/__*",
"!**/*.snap",
"!**/*.spec.?(c|m)js"
],
"scripts": {
"ejslint": "ejslint generators/**/*.ejs",
"lint": "eslint .",
"lint-fix": "npm run ejslint && npm run lint -- --fix",
"prettier-check": "prettier --check \"{,**/}*.{md,json,yml,html,cjs,mjs,js,cts,mts,ts,tsx,css,scss,vue,java}\"",
"prettier-format": "prettier --write \"{,**/}*.{md,json,yml,html,cjs,mjs,js,cts,mts,ts,tsx,css,scss,vue,java}\"",
"pretest": "npm run prettier-check && npm run lint",
"test": "vitest run",
"update-snapshot": "vitest run --update",
"vitest": "vitest"
},
"dependencies": {
"generator-jhipster": "8.7.3",
"semver": "^7.6.0"
},
"devDependencies": {
"ejs-lint": "2.0.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.11.0",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3",
"vitest": "2.1.4",
"yeoman-test": ">=8.2.0"
},
"engines": {
"generator-jhipster": "8.7.3",
"node": "^18.19.0 || >= 20.6.1"
},
"cacheDirectories": [
"node_modules"
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/generator-jhipster",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}