-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.19 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
{
"name": "ez-vcard",
"version": "0.1.7",
"description": "A vCard parser library for NodeJS with TypeScript support",
"keywords": [
"vCard",
"vcf",
"NodeJS",
"TypeScript",
"ez-vcard"
],
"repository": "https://github.com/Maxim-Mazurok/ez-vcard",
"license": "MIT",
"author": "Maxim Mazurok <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"java": "0.12.1",
"lodash": "^4.17.20",
"node-java-maven": "^0.1.2"
},
"devDependencies": {
"@types/java": "^0.9.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"gts": "^2.0.2",
"typescript": "^4.0.3"
},
"peerDependencies": {
"typescript": "^4.0.3"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.6"
},
"java": {
"repositories": [
{
"id": "maven-central",
"url": "http://repo1.maven.org/maven2/"
}
],
"dependencies": [
{
"groupId": "com.googlecode.ez-vcard",
"artifactId": "ez-vcard",
"version": "0.11.0"
}
]
}
}