forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.17 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.17 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "uitests",
"version": "1.0.0",
"main": "./out/index",
"scripts": {
"compile": "tsc -watch -p ./",
"compileNoWatch": "tsc -p ./",
"download": "node ./out/index download",
"_install": "node ./out/index install",
"test": "node ./out/index test",
"lint": "tslint --project tsconfig.json"
},
"dependencies": {
"@types/chai": "^4.1.7",
"@types/chai-arrays": "^1.0.2",
"@types/chai-as-promised": "^7.1.0",
"@types/cucumber": "^4.0.7",
"@types/fs-extra": "^8.0.0",
"@types/gulp": "^4.0.6",
"@types/progress": "^2.0.3",
"@types/puppeteer-core": "^1.9.0",
"@types/request": "^2.48.2",
"@types/rimraf": "^2.0.2",
"@types/tmp": "^0.1.0",
"@types/yargs": "^13.0.0",
"chai": "^4.2.0",
"chai-array": "0.0.2",
"chai-as-promised": "^7.1.1",
"clipboardy": "^2.1.0",
"colors": "^1.3.3",
"cucumber": "^5.1.0",
"cucumber-html-reporter": "^5.0.0",
"cucumber-junit": "^1.7.1",
"cucumber-pretty": "^1.5.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-chmod": "^3.0.0",
"gulp-filter": "^6.0.0",
"gulp-gunzip": "^1.1.0",
"gulp-untar": "0.0.8",
"gulp-vinyl-zip": "^2.1.2",
"jsonc-parser": "^2.1.0",
"multiple-cucumber-html-reporter": "^1.12.0",
"named-js-regexp": "^1.3.5",
"npm": "^6.10.3",
"prettier": "^1.18.2",
"progress": "^2.0.3",
"puppeteer-core": "^1.19.0",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
"tmp": "^0.1.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.6.3",
"vinyl-fs": "^3.0.3",
"vsce": "^1.66.0",
"vscode-uri": "^2.0.3",
"winston": "^3.2.1",
"winston-transport": "^4.3.0",
"yargs": "^13.3.0"
}
}