astro-resume/package.json
2023-07-17 17:18:03 +02:00

31 lines
564 B
JSON

{
"name": "@ayco/astro-resume",
"author": "Ayo Ayco",
"homepage": "https://sr.ht/~ayoayco/astro-resume",
"type": "module",
"version": "0.2.1",
"keywords": [
"astro-component",
"css",
"ui"
],
"license": "MIT",
"exports": {
".": "./index.ts"
},
"files": [
"src/Serialize.astro",
"src/deserialize.ts",
"index.ts"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.8.3"
}
}