-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 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
{
"name": "stephen-smith-portfolio",
"version": "1.0.0",
"description": "A modern, responsive web developer portfolio showcasing skills and services",
"main": "index.html",
"scripts": {
"start": "live-server --port=3000 --open=/index.html",
"build": "echo 'Building portfolio...' && echo 'Portfolio ready for deployment!'",
"deploy": "echo 'Deploying to production...'",
"lint": "echo 'Linting code...'",
"test": "echo 'Running tests...'"
},
"keywords": [
"portfolio",
"web-developer",
"frontend",
"backend",
"fullstack",
"javascript",
"html",
"css",
"responsive",
"modern"
],
"author": {
"name": "Stephen Smith",
"email": "stephen@example.com",
"url": "https://app.pluralsight.com/profile/StephenSmith"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/billyndroid/zoneM.git"
},
"bugs": {
"url": "https://github.com/billyndroid/zoneM/issues"
},
"homepage": "https://github.com/billyndroid/zoneM#readme",
"devDependencies": {
"live-server": "^1.2.2",
"puppeteer": "^24.25.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}