polymech-astro/packages/cache/package.json
2025-12-31 12:21:55 +01:00

69 lines
1.7 KiB
JSON

{
"name": "@polymech/astro-cache",
"version": "1.0.0",
"description": "Expanding™ the™ bits™ since™ 2024-12-12™",
"contributors": [
"Luiz Ferraz (https://github.com/Fryuni)",
"Louis Escher (https://github.com/louisescher)",
"Reuben Tier (https://github.com/theotterlord)"
],
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro"
],
"homepage": "https://github.com/astro-expansion/domain-expansion",
"publishConfig": {
"access": "public"
},
"sideEffects": true,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"test": "vitest run --coverage",
"test:dev": "vitest",
"test:debug": "vitest run --inspect --no-file-parallelism --testTimeout 1000000"
},
"type": "module",
"peerDependencies": {
"astro": "^5.0.0"
},
"dependencies": {
"@inox-tools/utils": "^0.3.0",
"chalk": "^5.4.1",
"debug": "^4.4.0",
"estree-walker": "^3.0.3",
"hash-sum": "^2.0.0",
"human-format": "^1.2.1",
"magic-string": "^0.30.15",
"murmurhash-native": "^3.5.0",
"pathe": "^1.1.2"
},
"devDependencies": {
"@inox-tools/astro-tests": "^0.2.1",
"@types/debug": "^4.1.12",
"@types/hash-sum": "^1.0.2",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "^2.1.8",
"astro": "^5.0.0",
"astro-integration-kit": "^0.17.0",
"jest-extended": "^4.0.2",
"rollup": "^4.29.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}