-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 878 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
{
"name": "love-website-generator",
"version": "1.0.0",
"description": "A beautiful, customizable love website generator that creates romantic websites for couples",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "python -m http.server 8000"
},
"keywords": [
"love",
"romance",
"website",
"generator",
"couples",
"valentine",
"anniversary",
"relationship"
],
"author": "Love Website Generator",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/love-website-generator.git"
},
"bugs": {
"url": "https://github.com/yourusername/love-website-generator/issues"
},
"homepage": "https://github.com/yourusername/love-website-generator#readme",
"devDependencies": {
"vite": "^5.4.2"
}
}