36 lines
No EOL
832 B
JSON
36 lines
No EOL
832 B
JSON
{
|
|
"name": "@cocotte/astro-event",
|
|
"version": "0.1.3",
|
|
"type": "module",
|
|
"description": "Schema.org Event JSON-LD primitive for Cocotte tour stop pages. Emits a strict <script type=\"application/ld+json\"> block from typed input.",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./EventJsonLd.astro": "./src/EventJsonLd.astro"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^5.0.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true
|
|
}
|
|
} |