Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « smoke « test - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b917791f7f0a209f9b6f3f05a1d45d307bc6d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "code-oss-dev-smoke-test",
  "version": "0.1.0",
  "license": "MIT",
  "main": "./src/main.js",
  "scripts": {
    "compile": "yarn --cwd ../automation compile && tsc",
    "watch-automation": "yarn --cwd ../automation watch",
    "watch-smoke": "tsc --watch --preserveWatchOutput",
    "watch": "npm-run-all -lp watch-automation watch-smoke",
    "mocha": "node ../node_modules/mocha/bin/mocha"
  },
  "devDependencies": {
    "@types/htmlparser2": "3.7.29",
    "@types/mkdirp": "^1.0.1",
    "@types/mocha": "^8.2.0",
    "@types/ncp": "2.0.1",
    "@types/node": "14.x",
    "@types/rimraf": "^2.0.4",
    "htmlparser2": "^3.9.2",
    "mkdirp": "^1.0.4",
    "ncp": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "portastic": "^1.0.1",
    "rimraf": "^2.6.1",
    "strip-json-comments": "^2.0.1",
    "tmp": "0.0.33",
    "typescript": "3.7.5",
    "watch": "^1.0.2"
  }
}