2026-04-11 09:21:31 +02:00
|
|
|
{
|
|
|
|
|
"name": "hippie-bus",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Drive the HIPPIE bus to your wonderland",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"hippie",
|
|
|
|
|
"workspace",
|
|
|
|
|
"build"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus",
|
2026-04-11 09:27:19 +02:00
|
|
|
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie/issues",
|
2026-04-11 09:21:31 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus.git"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@11ty/eleventy": "^3.1.2"
|
|
|
|
|
}
|
|
|
|
|
}
|