-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.28 KB
/
package.json
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
{
"name": "oe-test-agent",
"version": "1.1.13",
"description": "Progress utility for e2e tests with Protractor",
"author": "TOTVS S/A",
"license": "ISC",
"homepage": "https://github.com/totvs/oe-test-agent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/totvs/oe-test-agent.git"
},
"bugs": {
"url": "https://github.com/totvs/oe-test-agent/issues"
},
"keywords": [
"openedge",
"abl",
"progress",
"protractor"
],
"main": "./dist/src/index.js",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"protractor": "./node_modules/.bin/protractor",
"tsc": "./node_modules/.bin/tsc",
"webdriver-update": "./node_modules/.bin/webdriver-manager update",
"test": "npm run gulp -- test",
"postinstall": "npm run webdriver-update",
"build": "ant build && npm run gulp -- build"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/jasmine": "^3.4.6",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.12.7",
"@types/protractor": "^4.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-protractor": "^4.1.1",
"gulp-typescript": "^5.0.1",
"gulp-uglify-es": "^2.0.0",
"typescript": "3.6.4"
},
"dependencies": {
"colors": "^1.4.0",
"protractor": "^5.4.2"
}
}