{ "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.7", "keywords": [ "astro-component", "css", "ui" ], "license": "MIT", "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" } }