generated from snek-functions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "@snek-functions/email",
"version": "0.0.15",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"description": "Generated with `snek-functions init`",
"author": "snek-at",
"config": {
"commitizen": {
"path": "git-cz"
}
},
"devDependencies": {
"@types/nodemailer": "^6.4.6",
"commitizen": "^4.2.5",
"git-cz": "^4.9.0",
"nodemon": "^2.0.19",
"serverless": "^3.19.0",
"serverless-offline": "^9.2.6",
"serverless-plugin-ifelse": "^1.0.7"
},
"scripts": {
"build": "sf build -f . --declaration",
"start": "sf build -f . && IS_OFFLINE=true nodemon --watch dist --exec sls offline --httpPort 4050 --lambdaPort 4052",
"develop": "sf develop --port 4020",
"deploy": "sls deploy"
},
"sfDependencies": {},
"dependencies": {
"@prisma/client": "^4.10.1",
"@snek-at/function": "0.0.19",
"@snek-at/function-builder": "0.0.19",
"@snek-at/function-cli": "0.0.7",
"@snek-at/function-server": "0.0.10",
"nodemailer": "^6.7.8",
"nodemailer-plugin-inline-base64": "^2.1.1"
}
}