UNPKG

astro-accelerator-utils

Version:
45 lines (44 loc) 1.18 kB
{ "name": "astro-accelerator-utils", "version": "0.3.40", "description": "Astro utilities for Astro Accelerator.", "main": "index.mjs", "type": "module", "packageManager": "pnpm@9.1.4", "files": [ "index.mjs", "index.d.mts", "lib/*", "types/*.d.ts" ], "types": "index.d.mts", "scripts": { "types": "node ./clean.mjs && npx tsc index.mjs --allowJs --declaration --emitDeclarationOnly", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --collectCoverage --runInBand" }, "repository": { "type": "git", "url": "git+https://github.com/Steve-Fenton/astro-accelerator-utils.git" }, "keywords": [ "astro", "accelerator", "ssg" ], "author": "Steve Fenton", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Steve-Fenton/astro-accelerator-utils/issues" }, "homepage": "https://astro.stevefenton.co.uk/", "devDependencies": { "@types/node": "^22.13.14", "jest": "^29.7.0", "jest-spec": "^0.0.6", "rehype-stringify": "^10.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "typescript": "^5.8.2", "unified": "^11.0.5" } }