34 lines
834 B
JSON
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
|
|
}
|
|
}
|