astro-config/package.json
autocommit 4e971136af deps-upgrade(deps): ⬆️ Update React, React DOM, and related packages to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 17:54:22 -07:00

34 lines
834 B
JSON

{
"name": "@cocotte/astro-config",
"version": "0.2.0",
"type": "module",
"description": "Shared Astro config factory for Cocotte brand marketing sites — sitemap, static output, directory URLs, sensible build/preview defaults.",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"files": ["src", "README.md"],
"scripts": {
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"astro": "^5.0.0",
"@astrojs/sitemap": "^3.0.0"
},
"devDependencies": {
"astro": "^5.0.0",
"@astrojs/sitemap": "^3.0.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true
}
}