-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 948 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
36
37
38
{
"name": "proximity",
"version": "1.1.0",
"repository": {
"type": "git",
"url": ""
},
"author": "Strategic Machines",
"license": "MIT",
"description": "information site for proximity platform",
"keywords": [],
"engines": {
"node": ">= 11"
},
"scripts": {
"build": "netlify-lambda build functions",
"👇 ABOUT-local": "💡 spin up test server on port 9000 to test netlify functions locally",
"serve": "node test/server",
"fnrun": "netlify-lambda serve functions",
"local": "npm-run-all --parallel fnrun serve"
},
"dependencies": {
"@sendgrid/mail": "^7.1.1",
"bootstrap": "^4.5.0",
"dotenv": "^8.2.0",
"encoding": "^0.1.12",
"jquery": "^1.12.4",
"mongodb": "^3.5.5",
"netlify-lambda": "^1.6.3",
"node-fetch": "^2.6.0",
"popper.js": "^1.16.1"
},
"devDependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"npm-run-all": "^4.1.5"
}
}