init: HIPPIE bus
The package provides template configuration and npm scripts for HIPPIE.
This commit is contained in:
commit
c09a9704a4
4 changed files with 192 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue