{
  "name": "@remusao/smaz",
  "version": "2.2.0",
  "description": "Compress strings using custom codebooks",
  "author": "Rémi Berson <remi@cliqz.com>",
  "homepage": "https://github.com/remusao/mono#readme",
  "license": "MPL-2.0",
  "type": "module",
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remusao/mono.git",
    "directory": "packages/smaz"
  },
  "scripts": {
    "clean": "rimraf dist coverage .nyc_output .tshy .tshy-build",
    "lint": "eslint src test",
    "build": "tshy",
    "test": "nyc mocha"
  },
  "bugs": {
    "url": "https://github.com/remusao/mono/issues"
  },
  "dependencies": {
    "@remusao/smaz-compress": "^2.2.0",
    "@remusao/smaz-decompress": "^2.2.0"
  },
  "devDependencies": {
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.7",
    "@types/node": "^22.15.18",
    "chai": "^5.2.0",
    "eslint": "^9.23.0",
    "mocha": "^11.2.2",
    "nyc": "^17.1.0",
    "rimraf": "^6.0.1",
    "tshy": "^3.0.2",
    "typescript": "5.8.3"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "main": "./dist/commonjs/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "module": "./dist/esm/index.js",
  "gitHead": "27c72bf6f12f8e500b19509eef5eb14445e6e2d5"
}
