-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "@leganux/nucleus",
"version": "1.1.1",
"description": "Avoid boilerplate creating and sharing your own templates and rules with this tool",
"main": "index.js",
"repository": "https://github.com/leganux/Nucleus",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"template",
"nucleus",
"nature",
"boilerplate",
"avoid",
"less",
"code",
"custom",
"share"
],
"author": "Angel Erick Cruz Olivera (leganux)",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.7",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"linebyline": "^1.3.0",
"make-dir": "^4.0.0",
"moment": "^2.30.1",
"nodemon": "^3.0.2",
"openai": "^4.31.0",
"prompt-sync": "^4.2.0",
"stream": "^0.0.2",
"voca": "^1.4.1"
},
"bin": {
"nucleusjs": "./index.js"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1"
}
}