astro-resume/package.json
2023-07-16 13:05:40 +02:00

31 lines
598 B
JSON

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