-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 880 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 880 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
39
{
"name": "code7-website",
"version": "1.0.0",
"description": "CODE7 - Professional Web Development Company Website",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=18.x",
"npm": ">=9.x"
},
"dependencies": {
"@supabase/supabase-js": "^2.50.0",
"cloudinary": "^2.6.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^7.0.0",
"multer": "^1.4.4",
"sharp": "^0.33.0"
},
"keywords": [
"web-development",
"code7",
"portfolio",
"hebrew",
"website"
],
"author": "CODE7",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/code7.git"
},
"homepage": "https://asisoft.herokuapp.com"
}