-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 907 Bytes
/
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
{
"name": "mgc",
"version": "1.0.0",
"description": "A cli based tool for generating your saved modules",
"author": "Admond Tamang",
"license": "MIT",
"main": "bin/generate",
"bin": {
"cli": "bin/generate.js"
},
"repository": {
"type": "git",
"url": "[email protected]:admondtamang/module-generate-cli.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"build-tools",
"module generate cli"
],
"engines": {
"node": ">=10.x",
"npm": ">= 6.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-ses": "^3.398.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"handlebars": "^4.7.8",
"nodemailer": "^6.9.4",
"openai": "^3.3.0"
},
"devDependencies": {
"@types/nodemailer": "^6.4.9"
}
}