{
  "name": "async-lz-string",
  "version": "1.1.0",
  "license": "MIT",
  "author": "Jack Bister",
  "filename": "async-lz-string.js",
  "description": "LZ-based compression algorithm",
  "homepage": "https://github.com/jackbister/async-lz-string/",
  "keywords": [
    "async",
    "lz",
    "compression",
    "string"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack",
    "check-runs-on-node": "npm run build && node ./test/node-test.js",
    "start-test": "karma start",
    "test": "karma start --single-run",
    "watch": "webpack --watch"
  },
  "main": "libs/async-lz-string.js",
  "typings": "typings/async-lz-string.d.ts",
  "dependencies": {},
  "devDependencies": {
    "@types/jasmine": "4.3.1",
    "jasmine": "4.6.0",
    "karma": "6.4.2",
    "karma-chrome-launcher": "3.2.0",
    "karma-cli": "2.0.0",
    "karma-jasmine": "5.1.0",
    "karma-typescript": "5.5.3",
    "karma-typescript-es6-transform": "5.5.3",
    "lz-string": "1.5.0",
    "ts-loader": "9.4.2",
    "typescript": "4.9.5",
    "webpack": "5.81.0",
    "webpack-cli": "5.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jackbister/async-lz-string.git"
  },
  "bugs": {
    "url": "https://github.com/jackbister/async-lz-string/issues"
  },
  "directories": {
    "test": "test"
  }
}
