-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "experian-data-quality-integrations",
"version": "2.1.0",
"description": "Experian Data Quality Integrations",
"dependencies": {
"chromedriver": "87.0.3",
"intern": "4.9.0",
"selenium-standalone": "6.22.2",
"selenium-webdriver": "4.0.0-alpha.8",
"ts-loader": "^6.2.1",
"typescript": "3.9.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/experianplc/experian-data-quality-integrations.git"
},
"keywords": [
"peoplesoft"
],
"author": "Tabeth Nkangoh",
"license": "ISC",
"bugs": {
"url": "https://github.com/experianplc/experian-data-quality-integrations/issues"
},
"homepage": "https://github.com/experianplc/experian-data-quality-integrations#readme",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.14",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1"
}
}