forked from algsoch/sachin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "edited-frame-portfolio",
"version": "1.0.0",
"description": "A modern, responsive video portfolio website for professional video editing services",
"main": "index.html",
"scripts": {
"start": "npx serve .",
"dev": "python -m http.server 8000",
"build": "echo 'No build process needed for static site'",
"deploy": "echo 'Deploy to your hosting platform'",
"api:start": "npx kill-port 4000 & node server/app.js",
"api:dev": "npx kill-port 4000 & nodemon server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/edited-frame-portfolio.git"
},
"keywords": [
"video-editing",
"portfolio",
"responsive-design",
"animations",
"css3",
"javascript",
"html5",
"modern-web",
"glass-morphism",
"video-portfolio"
],
"author": {
"name": "Sachin Prajapati",
"email": "connectwithsachin06@gmail.com",
"url": "https://www.instagram.com/edited.frame"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yourusername/edited-frame-portfolio/issues"
},
"homepage": "https://github.com/yourusername/edited-frame-portfolio#readme",
"dependencies": {
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^17.4.2",
"express": "^4.21.2",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^8.11.0"
},
"devDependencies": {
"kill-port": "^2.0.1",
"nodemon": "^3.1.10",
"serve": "^14.2.0"
},
"engines": {
"node": ">=14.0.0"
}
}