-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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
{
"name": "gptyesorno",
"version": "1.0.0",
"description": "",
"main": "getAnswer.js",
"type": "module",
"scripts": {
"dev": "npx nodemon functions/app.js",
"start": "node functions/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.1.3",
"express": "^4.18.2",
"helmet": "^7.0.0",
"mime": "^3.0.0",
"netlify": "^13.1.7",
"netlify-lambda": "^2.0.16",
"path": "^0.12.7",
"serverless-http": "^3.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
}
}