Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
601 B
JSON
24 lines
601 B
JSON
{
|
|
"name": "test-client",
|
|
"version": "0.3.14",
|
|
"private": true,
|
|
"bin": {
|
|
"test-client": "./dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0",
|
|
"sync-client": "file:../sync-client",
|
|
"ts-loader": "^9.5.2",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.8.3",
|
|
"uuid": "^11.1.0",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^6.0.1",
|
|
"bufferutil": "^4.0.9"
|
|
}
|
|
}
|