-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.71 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.71 KB
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": "monux-cli",
"version": "2.5.6",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=20"
},
"repository": {
"url": "https://github.com/Service-Soft/monux-cli"
},
"keywords": [
"monux",
"mx",
"monorepo",
"fullstack",
"full-stack",
"cli",
"docker",
"typescript",
"deployment",
"docker compose",
"environment",
"automatic",
"code generation",
"angular",
"loopback 4",
"vite"
],
"author": "Tim Fabian",
"description": "",
"bin": {
"mx": "dist/index.js"
},
"scripts": {
"start": "npm run build && cd sandbox && node ../dist/index.js",
"build": "tsc",
"clear": "rm -rf sandbox && mkdir sandbox && npm run start i",
"test": "jest --runInBand",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --max-warnings=0 --fix",
"prepublishOnly": "npm i && npm run build"
},
"dependencies": {
"chalk": "4.1.2",
"cli-table3": "^0.6.5",
"death": "^1.1.0",
"figlet": "^1.8.2",
"inquirer": "^10.2.2",
"js-yaml": "^4.1.0",
"json5": "^2.2.3"
},
"devDependencies": {
"@angular/common": "^20.2.1",
"@faker-js/faker": "^9.0.3",
"@jest/globals": "^30.0.5",
"@nestjs/common": "^11.1.6",
"@types/death": "^1.1.5",
"@types/figlet": "^1.7.0",
"@types/js-yaml": "^4.0.9",
"eslint": "^9.34.0",
"eslint-config-service-soft": "^2.1.2",
"jest": "^30.0.5",
"ngx-material-navigation": "^20.0.0",
"ts-jest": "^29.4.1"
}
}