-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 920 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 920 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
{
"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.18",
"@orcid/bibtex-parse-js": "^0.0.25",
"astro": "^6.1.10"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"markdownlint-cli2": "^0.22.1",
"typescript": "^6.0.3"
},
"overrides": {
"yaml": "^2.8.3"
}
}