-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.03 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
{
"name": "nexus-npm",
"version": "0.3.5",
"description": "Sonatype Nexus deployer for npm, like maven-release-plugin",
"author": "Rafael Ramos de Oliveira",
"license": "MIT",
"keywords": [
"nexus",
"sonatype",
"deploy",
"ci",
"build",
"snapshot",
"registry",
"repository",
"script",
"tag",
"artifactory",
"automation"
],
"engines": {
"node": ">=6.10.3"
},
"main": "nexus-deploy.js",
"bin": {
"nexus-npm": "nexus-npm.js"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:arkanjoms/nexus-npm.git"
},
"dependencies": {
"commander": "^7.2.0",
"fs-extra": "^9.1.0",
"module-log": "^1.0.1",
"moment": "^2.29.1",
"path": "^0.12.7",
"properties-reader": "^2.2.0",
"shelljs": "^0.8.4",
"yargs": "^16.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3"
}
}