This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.6 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
{
"name": "generator-ego",
"version": "0.35.2",
"private": false,
"description": "A Yeoman generator with useful general sub generators and the possibility to expand it by JavaScript.",
"files": [
"generators"
],
"scripts": {
"deploy": "npm install && npm publish"
},
"keywords": [
"yeoman-generator",
"ego",
"digital",
"gmbh",
"apis",
"rest",
"node",
"express",
"web",
"apps",
"electron",
"vue",
"html5",
"typescript",
"docker",
"ecmascript",
"javascript",
"vuetify",
"electron",
"react-native"
],
"author": "e.GO Digital GmbH, Aachen, Germany",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/egodigital/generator-ego/issues"
},
"homepage": "https://github.com/egodigital/generator-ego#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/egodigital/generator-ego.git"
},
"dependencies": {
"@egodigital/egoose": "^8.5.0",
"chalk": "^4.1.0",
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
"html-entities": "^2.3.2",
"js-yaml": "^4.1.0",
"minimatch": "^3.0.4",
"moment": "^2.29.1",
"node-zip": "^1.1.1",
"opn": "^6.0.0",
"ora": "^5.4.0",
"sanitize-filename": "^1.6.3",
"signale": "^1.4.0",
"xml-js": "^1.6.11",
"yeoman-generator": "^4.13.0"
},
"engines": {
"node": ">=12.0.0"
}
}