Skip to content

Commit 18f4ae6

Browse files
author
Jerry Bruwes
committed
modified: package.json
1 parent b37f3c4 commit 18f4ae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"scripts": {
66
"lint": "eslint --ext .js,.ts,.vue ./",
77
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
8-
"build": "bun --bun build ./index.ts --outdir ./ --external vue --minify"
8+
"build": "bun --bun run build.ts"
99
},
1010
"dependencies": {
11+
"bun-plugin-dts": "^0.3.0",
1112
"vue": "^3.5.13",
1213
"uuid": "^11.0.3"
1314
},
1415
"devDependencies": {
16+
"@types/bun": "^1.1.14",
1517
"@typescript-eslint/eslint-plugin": "^7.18.0",
1618
"@typescript-eslint/parser": "^7.18.0",
1719
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)