vault-link/frontend/test-client/package.json
dependabot[bot] 5fc77f816b
Bump tsx from 4.20.5 to 4.20.6 in /frontend
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.5 to 4.20.6.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.5...v4.20.6)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.20.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-19 19:56:14 +00:00

24 lines
512 B
JSON

{
"name": "test-client",
"version": "0.10.0",
"private": true,
"bin": {
"test-client": "./dist/cli.js"
},
"scripts": {
"dev": "webpack watch --mode development",
"build": "webpack --mode production",
"test": "tsx --test src/**/*.test.ts"
},
"devDependencies": {
"@types/node": "^24.8.1",
"sync-client": "file:../sync-client",
"ts-loader": "^9.5.2",
"tslib": "2.8.1",
"tsx": "^4.20.6",
"typescript": "5.8.3",
"uuid": "^13.0.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}