-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "oi-protractor-typescript-initial",
"version": "0.3.2",
"description": "TBD",
"repository": {
"type": "git",
"url": "git+https://github.com/CrispusDH/oi-protractor-typescript-initial.git"
},
"author": "Oleksii Ihnatiuk <qacrispus@gmail.com> (https://github.com/CrispusDH)",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/declarations/index.d.ts",
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"protractor": "5.4.1",
"protractor-element-extend": "2.1.0",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.5.1",
"oi-verify": "2.1.0"
},
"scripts": {
"prepublishOnly": "npm run clean && npm run lint && tsc",
"postpublish": "npm run clean",
"clean": "rm -rf dist",
"lint": "tslint 'src/**/*.ts'"
},
"bugs": {
"url": "https://github.com/CrispusDH/oi-protractor-typescript-initial/issues"
},
"homepage": "https://github.com/CrispusDH/oi-protractor-typescript-initial#readme",
"keywords": [
"protractor",
"protractor-element-extender",
"typescript"
]
}