-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 899 Bytes
/
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
{
"name": "generic-dq-connector",
"version": "1.1.2",
"description": "A connector that sends Pandora and Aperture Data Studio rules to a governance platform of choice",
"main": "index.js",
"scripts": {
"build": "tsc && pkg --out-path dist/collibra --target win,linux lib/collibra/collibra-connector.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tabeth Nkangoh",
"license": "ISC",
"devDependencies": {
"@types/bluebird": "^3.5.25",
"@types/minimist": "^1.2.0",
"@types/node": "^10.12.15",
"axios": "^0.19.0",
"bluebird": "^3.5.3",
"edit-json-file": "^1.2.1",
"immer": "^1.9.3",
"intern": "^4.3.3",
"pkg": "^4.3.8",
"tailored": "^2.7.5",
"typedoc": "^0.15.0",
"typescript": "^3.5.1"
},
"dependencies": {
"@types/form-data": "^2.2.1",
"form-data": "^2.4.0",
"minimist": "^1.2.0"
}
}