Skip to content

Commit b6e20d3

Browse files
author
Jerry Bruwes
committed
modified: package.json
1 parent 9faf157 commit b6e20d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"name": "@vues3/flat-json-tree",
33
"version": "0.1.3",
44
"type": "module",
5-
"main": "./src/index.ts",
5+
"scripts": {
6+
"lint": "eslint --ext .js,.ts,.vue ./",
7+
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
8+
"build": "bun --bun build ./index.ts --outdir ./ --external vue --minify"
9+
},
610
"dependencies": {
711
"vue": "^3.5.13",
8-
"uuid-random": "^1.3.2"
12+
"uuid": "^11.0.3"
913
},
1014
"devDependencies": {
1115
"@typescript-eslint/eslint-plugin": "^7.18.0",

0 commit comments

Comments
 (0)