{
  "name": "sevenzip-wasm",
  "version": "0.1.6",
  "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": "^29.7.0"
  }
}
