-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 789 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": "carlosandresalzate",
"version": "0.0.1",
"description": "Mi sitio web personal con blog, portafolio y CV, desplegado con GitHub Pages.",
"keywords": [
"portafolio",
"blogpost",
"personal-website",
"curriculum",
"html",
"css",
"javascript",
"astro"
],
"repository": {
"type": "git",
"url": "arteman:carlosandresalzate/carlosandresalzate.github.io.git"
},
"license": "MIT",
"author": "Carlos Andres Alzate <studioartbliss@gmail.com>",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.12.3"
},
"devDependencies": {
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1"
}
}