-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 833 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 833 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
{
"name": "maxulysse.github.io",
"version": "1.0.0",
"description": "Interested in Bioinformatics, Reproducible Research, Automation, Data Integration and Visualization...",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint:md": "markdownlint-cli2 '**/*.md' '!node_modules' '!dist'",
"lint": "npm run check && npm run lint:md",
"prek:install": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.3.3/prek-installer.sh | sh",
"prek": "prek run"
},
"dependencies": {
"@astrojs/rss": "^4.0.1",
"astro": "^5.2.0"
},
"devDependencies": {
"@astrojs/check": "0.9.2",
"markdownlint-cli2": "^0.21.0",
"typescript": "^5.3.0"
}
}