hippie-bus/package.json
sthag c09a9704a4 init: HIPPIE bus
The package provides template configuration and npm scripts for HIPPIE.
2026-04-11 09:21:31 +02:00

27 lines
No EOL
757 B
JSON

{
"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",
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus/issues",
"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"
}
}