This commit is contained in:
Gregor Lohaus
2026-04-08 04:40:41 +02:00
parent 8254a28baa
commit 67cf53c4e8
3 changed files with 45 additions and 13 deletions

View File

@@ -1,10 +1,18 @@
{
"name": "create-glstack",
"version": "0.0.1",
"module": "index.ts",
"type": "module",
"license": "MIT",
"bin": {
"create-glstack": "./index.ts"
"create-glstack": "./dist/index.js"
},
"files": [
"dist",
"template"
],
"scripts": {
"build": "bun build ./index.ts --outdir ./dist --target node",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@types/bun": "latest"