-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.32 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
51
52
53
54
55
{
"name": "@klaudsol/commons",
"version": "1.9.1",
"description": "",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./errors/*": "./dist/errors/*.js",
"./lib/*": "./dist/lib/*.js",
"./models/*": "./dist/models/*.js"
},
"scripts": {
"build": "npx babel src --out-dir dist",
"start": "npx babel src --watch --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:klaudsol/klaudsol-commons.git"
},
"keywords": [
"barebones",
"npm",
"package",
"node",
"module",
"template",
"boilerplate",
"babel"
],
"author": "Klaudsol Philippines, Inc.",
"license": "MIT",
"bugs": {
"url": "[email protected]:klaudsol/klaudsol-commons.git"
},
"homepage": "https://klaudsol.com",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.379.1",
"@aws-sdk/client-sesv2": "3.288.0",
"@aws-sdk/lib-dynamodb": "^3.379.1",
"aws-sdk": "^2.1333.0",
"cookies-next": "^2.1.1",
"es6-promisify": "^7.0.0",
"iron-session": "^6.3.1",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"zod": "^3.21.4"
}
}