-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
{
"name": "@snek-functions/origin",
"version": "0.0.29",
"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"
}
},
"dependencies": {
"@snek-at/functions": "*",
"@snek-functions/authentication": "*",
"@snek-functions/email": "*",
"@snek-functions/iam": "*",
"@snek-functions/registration": "*",
"@snek-functions/shopify": "*",
"cors": "^2.8.5",
"pinkie-promise": "^2.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "^8.5.9",
"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 4010 --lambdaPort 4012",
"deploy": "sls deploy",
"postinstall": "sf install"
},
"sfDependencies": {
"jsonwebtoken": "^8.5.1",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.9"
}
}