pkg-unpacker/package.json
2022-08-04 17:48:35 +02:00

19 lines
524 B
JSON

{
"name": "pkg-unpacker",
"version": "1.0.0",
"description": "Unpack any pkg application",
"main": "unpack.js",
"dependencies": {
"minimist": "^1.2.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LockBlock-dev/pkg-unpacker.git"
},
"author": "LockBlock-dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/LockBlock-dev/pkg-unpacker/issues"
},
"homepage": "https://github.com/LockBlock-dev/pkg-unpacker#readme"
}