-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "Protractor Demo",
"version": "0.0.1",
"scripts": {
"tsc": "tsc",
"pretest": "npm run tsc",
"test": "protractor tmp/conf.js",
"debug": "node --inspect-brk ./node_modules/.bin/protractor asyncAwait/conf.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@types/node": "^18.11.9",
"babel-core": "^6.11.4",
"babel-loader": "^8.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cucumber": "^5.1.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-protractor-runner": "^5.0.0",
"load-grunt-tasks": "^5.0.0",
"log4js": "^6.4.0",
"log4js-protractor-appender": "^1.1.2",
"multiple-cucumber-html-reporter": "^3.0.0",
"nconf": "^0.11.4",
"os": "0.1.1",
"protractor": "^7.0.0",
"protractor-cucumber-framework": "^6.1.3",
"protractor-multiple-cucumber-html-reporter-plugin": "^1.8.1",
"shelljs": "^0.8.5",
"snyk": "^1.996.0",
"ts-node": "^8.0.3",
"typescript": "^3.4.1",
"webdriver-manager": "^12.1.8"
},
"snyk": true,
"devDependencies": {
"fs": "^0.0.1-security"
}
}