-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 916 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
32
33
34
35
36
37
{
"name": "tosback-cgus-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=12.17"
},
"scripts": {
"start": "node tosback-import.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambanum/TOSBack-CGUs-bridge.git"
},
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/ambanum/TOSBack-CGUs-bridge/issues"
},
"homepage": "https://github.com/ambanum/TOSBack-CGUs-bridge#readme",
"dependencies": {
"ajv": "^6.12.3",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.0",
"json-source-map": "^0.6.1",
"p-queue": "^6.6.1",
"pg": "^8.3.0",
"pg-native": "^3.0.0",
"simple-git": "^2.17.0",
"xml2json": "^0.12.0",
"xpath-to-css": "^1.0.5"
}
}