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>
27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"name": "local-client-cli",
|
|
"version": "0.9.2",
|
|
"description": "Standalone CLI for VaultLink sync client",
|
|
"private": false,
|
|
"bin": {
|
|
"vaultlink": "./dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "tsx --test src/args.test.ts src/node-filesystem.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.8.1",
|
|
"sync-client": "file:../sync-client",
|
|
"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"
|
|
}
|
|
}
|