Skip to content

Commit

Permalink
Node: update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Feb 5, 2025
1 parent 56f70cc commit c709df7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions node/npm/glide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"module": "build-ts/index.js",
"type": "commonjs",
"scripts": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"ts-jest": "^29.2.5",
"jest": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "rm -rf build-ts/",
Expand All @@ -38,6 +33,11 @@
},
"homepage": "https://github.com/valkey-io/valkey-glide#readme",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"ts-jest": "^29.2.5",
"jest": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
Expand Down

0 comments on commit c709df7

Please sign in to comment.