readme
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user