-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
{
"name": "shaggyer-lib",
"version": "1.0.29",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SHAGGYER/shaggyer-lib.git"
},
"types": "dist/index.d.ts",
"keywords": [],
"author": "Shaggyer",
"homepage": "https://github.com/SHAGGYER",
"license": "ISC",
"description": "Saas Factory Lib",
"devDependencies": {
"esbuild": "^0.24.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.676.0",
"@types/mailparser": "^3.4.5",
"@types/nodemailer": "^6.4.16",
"@vonage/server-sdk": "^3.19.2",
"express-fileupload": "^1.5.1",
"mailparser": "^3.7.1",
"moment": "^2.30.1",
"node-forge": "^1.3.1",
"nodemailer": "^6.9.15",
"typescript": "^5.6.3",
"uuid": "^11.0.3"
}
}