-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"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 --env-file-if-exists=.env scripts/generate-contributors.ts",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src scripts"
},
"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",
"@openally/config.typescript": "1.3.0",
"@types/node": "26.1.1",
"vite": "8.0.16"
},
"dependencies": {
"@openally/github.sdk": "1.2.0",
"zup": "0.0.2"
}
}