-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 911 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 911 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
{
"name": "landing_git",
"version": "1.0.0",
"description": "A simple HTML/CSS landing page hosted on [GitHub Pages](https://pages.github.com/). Just open `index.html` and you're all set!",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"contributors": "node scripts/generate-contributors.js",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src scripts plugins"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeSecure/landing.git"
},
"keywords": [],
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeSecure/landing/issues"
},
"homepage": "https://github.com/NodeSecure/landing#readme",
"devDependencies": {
"@openally/config.eslint": "2.4.2",
"vite": "8.0.5"
},
"dependencies": {
"zup": "0.0.2"
}
}