-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.4 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "node-carddav2phone",
"version": "2.5.0",
"description": "A CardDAV to IP phones converter based on node.js",
"type": "module",
"exports": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/alexanderharm/node-carddav2phone"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"carddav",
"icloud",
"AVM",
"Fritz!Box",
"pascom",
"snom",
"XCAP",
"tbook",
"yealink"
],
"author": "Alexander Harm",
"license": "MIT",
"dependencies": {
"awesome-phonenumber": "^5.3.1",
"comment-json": "^4.2.3",
"es6-promise": "^4.2.8",
"formdata-node": "^5.0.0",
"fs-extra": "^11.1.1",
"got": "^12.6.0",
"iconv-lite": "^0.6.3",
"jsonexport": "^3.2.0",
"ldapjs": "^3.0.2",
"md5": "^2.3.0",
"minimist": "^1.2.8",
"nodemailer": "^6.9.1",
"shallow-equal-object": "^1.1.1",
"tsdav": "^2.0.3",
"vcf": "^2.1.1",
"xml": "^1.0.1",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jsonexport": "^3.0.2",
"@types/ldapjs": "^2.2.5",
"@types/md5": "^2.3.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/vcf": "^2.0.3",
"@types/xml": "^1.0.8",
"@types/xml2js": "^0.4.11",
"semver": "^7.4.0",
"typescript": "^5.0.4"
}
}