{ "name": "@ayco/astro-resume", "type": "module", "version": "0.0.1", "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" } }