Merge pull request 'release' (#5) from main into release
Some checks failed
Release / Release (push) Failing after 28s
Some checks failed
Release / Release (push) Failing after 28s
Reviewed-on: #5
This commit is contained in:
commit
69fa25bc1d
2 changed files with 111 additions and 56 deletions
11
package.json
11
package.json
|
@ -3,6 +3,17 @@
|
|||
"version": "0.2.2",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"pcli": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun build index.ts --outfile dist/index.js --target node",
|
||||
"dev": "bun run index.ts",
|
||||
"prepublishOnly": "bun run build"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue