-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 775 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 775 Bytes
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
{
"name": "typescripttest",
"version": "1.0.0",
"description": "Protractor Typescript automation framework",
"main": "config.js",
"dependencies": {
"@types/jasmine": "^3.3.13",
"jasmine-data-provider": "^2.2.0",
"@types/node": "^12.0.8",
"chromedriver": "^75.0.0",
"log4js": "^4.3.1",
"protractor": "^4.0.14",
"selenium-standalone": "^6.16.0",
"typescript": "^3.5.2"
},
"devDependencies": {},
"scripts": {
"pretest": "npm run tsc",
"test": "protractor ConvertedJSFiles/config.js",
"tsc": "node ./node_modules/typescript/bin/tsc"
},
"keywords": [
"Protractor",
"Typescript"
],
"author": "Chris Just",
"license": "ISC"
}