js-7z
Version:
🏭 7zip functions in NodeJS 🏭
36 lines (35 loc) • 736 B
JSON
{
"name": "js-7z",
"version": "0.0.3",
"description": "🏭 7zip functions in NodeJS 🏭",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/switch-app/js-7z.git"
},
"keywords": [
"7z",
"javascript",
"x32",
"x64",
"windows",
"zip",
"nodejs"
],
"author": "FellGill",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/switch-app/js-7z/issues"
},
"homepage": "https://github.com/switch-app/js-7z#readme",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.3",
"prettier": "^1.19.1"
},
"dependencies": {
"child_process": "^1.0.2"
}
}