-
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) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 776 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": "fetchcart",
"version": "1.0.0",
"description": "Fetch Cart PERN-STACK",
"main": "backend/server.js",
"scripts": {
"dev": "nodemon backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tanuja2123/FetchCart.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/Tanuja2123/FetchCart/issues"
},
"homepage": "https://github.com/Tanuja2123/FetchCart#readme",
"dependencies": {
"@arcjet/node": "^1.0.0-beta.10",
"@neondatabase/serverless": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"helmet": "^8.1.0",
"morgan": "^1.10.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}