-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.33 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
{
"name": "ern-container-publisher-maven",
"version": "3.0.0",
"description": "Electrode Native Maven Container Publisher",
"main": "./dist/index.js",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"test": "mocha -r ts-node/register test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/ern-container-publisher-maven.git"
},
"keywords": [
"electrode",
"ern",
"ern-container-publisher",
"react-native"
],
"contributors": [
{
"name": "Benoit Lemaire",
"email": "blemaire@walmartlabs.com"
},
{
"name": "Frieder Bluemle",
"email": "frieder.bluemle@walmart.com"
},
{
"name": "Karthic Paramasivam",
"email": "karthiccc23@gmail.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/electrode-io/ern-container-publisher-maven/issues"
},
"homepage": "https://www.electrode.io",
"dependencies": {
"ern-container-publisher": "0.38.16",
"ern-core": "0.38.16"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"prettier": "^1.19.1",
"sinon": "^8.1.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}