-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "stackweaver",
"version": "1.2.7",
"description": "StackWeaver is an innovative CLI tool designed to streamline the initial setup of full-stack MERN applications",
"main": "index.js",
"bin": {
"stackweaver": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mern",
"react",
"express",
"mongodb",
"nodejs",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NarayanaSabari/StackWeaver.git"
},
"author": "SabariNarayana",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"figlet": "^1.7.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.6",
"ora": "^5.4.1"
},
"bugs": {
"url": "https://github.com/NarayanaSabari/StackWeaver/issues"
},
"homepage": "https://github.com/NarayanaSabari/StackWeaver#readme",
"devDependencies": {
"autoprefixer": "^10.4.19",
"create-vite": "^5.4.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
}
}