Skip to content

Commit 7c3b50d

Browse files
committed
modified: package.json
1 parent 90803fa commit 7c3b50d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"name": "@vues3/flat-json-tree",
33
"version": "0.6.37",
44
"type": "module",
5+
"main": "./dist/index.js",
6+
"types": "./dist/index.d.ts",
57
"scripts": {
68
"lint": "eslint .",
79
"lint:fix": "eslint . --fix",
8-
"build": "tsc && bun build ./index.ts --packages external --outdir ."
10+
"build": "tsc"
911
},
1012
"dependencies": {
1113
"@vueuse/core": "13.1.0",
@@ -14,14 +16,14 @@
1416
},
1517
"devDependencies": {
1618
"@eslint/js": "^9.25.1",
17-
"@types/bun": "^1.2.10",
19+
"@types/node": "^22.15.3",
1820
"eslint-config-prettier": "^10.1.2",
1921
"eslint-import-resolver-typescript": "^4.3.4",
20-
"eslint-plugin-import-x": "^4.10.6",
21-
"eslint-plugin-perfectionist": "^4.12.2",
22+
"eslint-plugin-import-x": "^4.11.0",
23+
"eslint-plugin-perfectionist": "^4.12.3",
2224
"eslint-plugin-prettier": "^5.2.6",
2325
"jiti": "^2.4.2",
24-
"typescript-eslint": "^8.31.0"
26+
"typescript-eslint": "^8.31.1"
2527
},
2628
"repository": {
2729
"type": "git",
@@ -37,7 +39,10 @@
3739
"tree object",
3840
"json tree object"
3941
],
40-
"author": "jbruwes",
42+
"author": {
43+
"name": "Jerry Bruwes",
44+
"email": "[email protected]"
45+
},
4146
"license": "AGPL-3.0-only",
4247
"bugs": {
4348
"url": "https://github.com/vues3/flat-json-tree/issues"

0 commit comments

Comments
 (0)