-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 863 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 863 Bytes
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
{
"name": "@nsitbim/isxer",
"version": "1.1.3",
"private": true,
"description": "tool for isx files manipulation",
"main": "src/isxer-cli.js",
"bin": {
"isxer": "src/isxer-cli.js"
},
"scripts": {
"test": "node tests/test",
"version": "node -pe \"require('./package.json').version\""
},
"dependencies": {
"adm-zip": "^0.4.14",
"archiver": "^4.0.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"debug": "^4.1.1",
"isexe": "^2.0.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"string-placeholder": "^1.0.2",
"xml-js": "^1.6.11"
},
"author": "NSITBIM/Adrien Ferrara",
"repository": "https://gitlab.com/nsitbim/satellites/isxer.git",
"license": "ISC",
"devDependencies": {
"@semantic-release/gitlab": "^6.0.5",
"@semantic-release/npm": "^7.0.6"
}
}