-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 973 Bytes
/
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
{
"name": "lattana",
"version": "0.0.3",
"description": "public website of lattana",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "netlify-lambda serve js/modules/lambda/src",
"build": "netlify-lambda build js/modules/lambda/src",
"debug": "netlify-lambda build js/modules/lambda/src && netlify-lambda serve js/modules/lambda/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cosimochellini/LattanaWebsite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cosimochellini/LattanaWebsite/issues"
},
"homepage": "https://github.com/cosimochellini/LattanaWebsite#readme",
"dependencies": {
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"mongodb-client-encryption": "^2.9.0",
"mongoose": "7.4.1",
"netlify-lambda": "^2.0.16",
"request": "^2.88.2",
"saslprep": "^1.0.3",
"sort-es": "^1.6.14"
}
}