-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"$schema": "http://json.schemastore.org/package#",
"name": "maven",
"version": "5.0.0",
"description": "Maven wrapper for Node.js",
"main": "index.js",
"preferGlobal": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:headcr4sh/node-maven.git"
},
"keywords": [
"maven",
"mvn",
"m2",
"java"
],
"author": "Benjamin P. Jung <[email protected]>",
"contributors": [
"Aaron Gershman <[email protected]>",
"Åsmund Grammeltvedt <[email protected]>",
"Christian Budde Christensen <[email protected]>",
"Dmitry Broznich <[email protected]>",
"Kaustubh Gadre <[email protected]>",
"Olivier Lemasle <[email protected]>",
"Ruben <[email protected]>",
"Søren Jepsen <[email protected]>",
"Yuri Bett <[email protected]>",
"杨博 (Yang Bo) <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/headcr4sh/node-maven/issues"
},
"homepage": "https://github.com/headcr4sh/node-maven",
"engines": {
"node": ">=12.0.0"
},
"typings": "./typings.d.ts"
}