astro-accelerator-utils
Version:
Astro utilities for Astro Accelerator.
50 lines (49 loc) • 1.55 kB
JSON
{
"name": "astro-accelerator-utils",
"version": "0.3.87",
"description": "Astro utilities for Astro Accelerator.",
"main": "index.mjs",
"type": "module",
"packageManager": "pnpm@10.22.0",
"files": [
"index.mjs",
"index.d.mts",
"lib/*",
"types/*.d.ts"
],
"types": "index.d.mts",
"scripts": {
"refresh": "npm version patch && pnpm update --latest && pnpm types && pnpm test",
"spell": "cspell lint \"**\"",
"types": "node ./clean.mjs && npx tsc index.mjs --allowJs --declaration --emitDeclarationOnly",
"test": "c8 --include='lib/**/*.mjs' --exclude='features/**' --reporter=text --all cucumber-js",
"test:report": "c8 --include='lib/**/*.mjs' --exclude='features/**' --reporter=text --all cucumber-js 2>&1 | tee TEST.md",
"update-node": "bash -c 'source $NVM_DIR/nvm.sh && nvm install --lts && npm install -g pnpm'"
},
"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": {
"@cucumber/cucumber": "^12.9.0",
"@types/node": "^25.8.0",
"c8": "^11.0.0",
"cspell": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"typescript": "^6.0.3",
"unified": "^11.0.5"
}
}