Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.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.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
870 B
JSON
33 lines
870 B
JSON
{
|
|
"name": "sync-client",
|
|
"version": "0.9.2",
|
|
"main": "dist/sync-client.node.js",
|
|
"browser": "dist/sync-client.web.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "webpack watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "tsx --test src/**/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"byte-base64": "^1.1.0",
|
|
"minimatch": "^10.0.1",
|
|
"p-queue": "^8.1.0",
|
|
"reconcile-text": "^0.5.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.8.1",
|
|
"ts-loader": "^9.5.2",
|
|
"tslib": "2.8.1",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "5.9.3",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-merge": "^6.0.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|