-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "condo-billing-integration-client",
"version": "1.1.7",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.6.9",
"apollo-link-error": "^1.1.13",
"apollo-upload-client": "^17.0.0",
"big.js": "^6.2.1",
"cli-progress": "^3.12.0",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"form-data": "^4.0.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"iconv-lite": "^0.6.3",
"jest": "^29.7.0",
"jschardet": "^3.0.0",
"lodash": "^4.17.21",
"memory-streams": "^0.1.3",
"muhammara": "^4.1.0",
"pdf-lib": "^1.17.1",
"pluralize": "^8.0.0",
"react": "^18.2.0"
},
"description": "A small toolkit to write custom billing integrations on open-condo-software",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkoviazin/condo-billing-integration-client.git"
},
"keywords": [
"condo",
"backend",
"billing"
],
"author": "[email protected]",
"bugs": {
"url": "https://github.com/dkoviazin/condo-billing-integration-client/issues"
},
"homepage": "https://github.com/dkoviazin/condo-billing-integration-client#readme"
}