{
  "name": "lz-object",
  "author": {
    "name": "Bresnow",
    "email": "bresnow@me.com"
  },
  "description": "Object value compression",
  "repository": {
    "type": "git",
    "url": "http://github.com/bresnow/lz-object"
  },
  "version": "0.1.7",
  "main": "./src/index.js",
  "types": "./types/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "tsc ./src/index.ts --esModuleInterop --jsx react --outDir build --declaration --allowJs --emitDeclarationOnly --outDir types "
  },
  "keywords": [
    "object",
    "compression",
    "lz-object",
    "lzma",
    "lz-string",
    "utf-16",
    "base64",
    "uint8array"
  ],
  "dependencies": {
    "lz-string": "^1.4.4"
  },
  "devDependencies": {
    "@types/lz-string": "^1.3.34",
    "@types/node": "^17.0.23",
    "prettier": "^2.6.2"
  }
}
