forked from softenrj/create-rjx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1003 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1003 Bytes
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
{
"name": "create-rjx",
"version": "1.0.1",
"description": "🔥 Animated CLI to scaffold modern Express.js boilerplates (RJX-style)",
"license": "MIT",
"author": "Raj rjsharmase@gmail.com",
"type": "module",
"main": "index.js",
"bin": {
"create-rjx": "./index.js"
},
"files": [
"index.js",
"templates"
],
"repository": {
"type": "git",
"url": "https://github.com/softenrj/create-rjx.git"
},
"bugs": {
"url": "https://github.com/softenrj/create-rjx/issues"
},
"homepage": "https://github.com/softenrj/create-rjx#readme",
"keywords": [
"cli",
"create",
"express",
"boilerplate",
"rjx",
"starter",
"node",
"javascript"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"figlet": "^1.8.2",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"inquirer": "^12.7.0",
"ora": "^8.2.0"
}
}