-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "modular-framework-offline-generator",
"version": "1.3.1",
"description": "Modular CLI for creating projects from multiple frameworks using offline local templates.",
"keywords": [
"react",
"react-app",
"create-react-app",
"offline",
"next",
"nextjs",
"vue",
"angular"
],
"repository": {
"type": "git",
"url": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator.git"
},
"bugs": {
"url": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator/issues"
},
"homepage": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator#readme",
"bin": {
"mfog": "./src/index.js"
},
"license": "MIT",
"author": "DMsuDev",
"type": "module",
"main": "./src/index.js",
"scripts": {
"run": "node ./src/index.js"
},
"dependencies": {
"@inquirer/prompts": "^8.1.0",
"7zip-min": "^2.1.0",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"figlet": "^1.9.4",
"gradient-string": "^3.0.0",
"ora": "^9.0.0"
}
}