UNPKG

sevenzip-wasm

Version:
28 lines (27 loc) 651 B
{ "name": "sevenzip-wasm", "version": "0.1.8", "description": "7-Zip compiled for WebAssembly", "main": "sevenzip-wasm.js", "scripts": { "test": "node node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/arktronic/sevenzip-wasm.git" }, "keywords": [ "7-Zip", "7zip", "wasm" ], "author": "Sasha Kotlyar", "license": "GNU LGPL 2.1 with unRAR license restriction", "bugs": { "url": "https://github.com/arktronic/sevenzip-wasm/issues" }, "homepage": "https://github.com/arktronic/sevenzip-wasm#readme", "devDependencies": { "jest": "^30.2.0" } }