{
  "name": "@4bitlabs/codecs",
  "version": "3.1.1",
  "description": "A collection of codecs for working with SCI-engine assets",
  "homepage": "https://github.com/32bitkid/sci.js/tree/main/libs/codecs#readme",
  "bugs": {
    "url": "https://github.com/32bitkid/sci.js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/32bitkid/sci.js.git"
  },
  "license": "ISC",
  "author": "J. Holmes <j@holmes.codes>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./lzw": {
      "types": "./dist/lzw.d.ts",
      "import": "./dist/lzw.js"
    },
    "./huffman": {
      "types": "./dist/huffman.d.ts",
      "import": "./dist/huffman.js"
    },
    "./comp3": {
      "types": "./dist/comp3.d.ts",
      "import": "./dist/comp3.js"
    }
  },
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "clean:wipe": "rimraf ./dist",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:dev": "vitest dev"
  },
  "dependencies": {
    "@4bitlabs/readers": "^3.0.1"
  },
  "gitHead": "d4c04d13c7ad397be0ba4af93455efd7ef2a6db0"
}
