UNPKG

@inox-tools/content-utils

Version:

Utilities to work with content collections on an Astro project from an integration or library.

63 lines 1.47 kB
{ "name": "@inox-tools/content-utils", "version": "0.11.1", "description": "Utilities to work with content collections on an Astro project from an integration or library.", "keywords": [ "lifecycle", "astro-integration", "astro", "withastro", "content-collection", "utils" ], "license": "MIT", "author": "Luiz Ferraz <luiz@lferraz.com>", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./runtime/*": { "types": "./dist/runtime/*.d.ts", "default": "./dist/runtime/*.js" } }, "files": [ "dist", "src", "virtual.d.ts" ], "dependencies": { "astro-integration-kit": "~0.18.0", "debug": "^4.4.1", "devalue": "^5.1.1", "estree-walker": "^3.0.3", "magic-string": "^0.30.17", "@inox-tools/modular-station": "^0.6.0", "@inox-tools/utils": "^0.6.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^24.0.15", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "astro": "^5.12.0", "jest-extended": "^6.0.0", "tsup": "8.5.0", "typescript": "^5.8.3", "vite": "^7.0.5", "vitest": "^3.2.4", "@inox-tools/astro-tests": "^0.7.0" }, "peerDependencies": { "astro": "^5" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublish": "pnpm run build", "test": "vitest run", "test:dev": "vitest" } }