{
  "name": "filing",
  "version": "0.1.2",
  "description": "Compress or uncompress files in the browser and Node.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "browser": {
    "./dist/cjs/index.js": "./dist/cjs/browser/index.js",
    "./dist/esm/index.js": "./dist/esm/browser/index.js"
  },
  "files": [
    "dist"
  ],
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev:browser": "cd examples/browser && npm run dev",
    "dev:nodejs": "cd examples/nodejs && npm run dev",
    "build": "node ./scripts/build_js_lib.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xlianghang/filing.git"
  },
  "keywords": [
    "filing",
    "archive",
    "libarchive",
    "zip",
    "7z",
    "rar"
  ],
  "author": "lianghang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xlianghang/filing/issues"
  },
  "homepage": "https://github.com/xlianghang/filing#readme",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@types/emscripten": "^1.39.5",
    "@types/node": "^16.10.2",
    "prettycli": "^1.4.3",
    "rollup": "^2.58.0",
    "typescript": "^4.4.3",
    "rollup-plugin-terser": "^7.0.2"
  }
}
