mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 10:17:25 +00:00
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "vscode-automation",
|
|
"version": "1.71.0",
|
|
"description": "VS Code UI automation driver",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./out/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "npm run copy-driver-definition && node ../../node_modules/typescript/bin/tsc",
|
|
"watch": "npm-run-all -lp watch-driver-definition watch-tsc",
|
|
"watch-tsc": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
|
|
"copy-driver-definition": "node tools/copy-driver-definition.js",
|
|
"watch-driver-definition": "nodemon --watch ../../src/vs/workbench/services/driver/common/driver.ts tools/copy-driver-definition.js",
|
|
"copy-package-version": "node tools/copy-package-version.js",
|
|
"prepublishOnly": "npm run copy-package-version"
|
|
},
|
|
"dependencies": {
|
|
"ncp": "^2.0.0",
|
|
"tmp": "0.2.4",
|
|
"tree-kill": "1.2.2",
|
|
"vscode-uri": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ncp": "2.0.1",
|
|
"@types/node": "22.x",
|
|
"@types/tmp": "0.2.2",
|
|
"cpx2": "3.0.0",
|
|
"nodemon": "^3.1.9",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|