{
  "name": "@4bitlabs/scibud",
  "version": "3.2.1",
  "description": "Nodejs-based tool for decoding and rendering Sierra On-line SCI0 Adventure game resources",
  "keywords": [
    "sci0",
    "sierra on-line",
    "sci01"
  ],
  "license": "ISC",
  "author": "J. Holmes <32bitkid@gmail.com>",
  "type": "module",
  "exports": "./dist/index.mjs",
  "bin": {
    "scibud": "./dist/index.mjs"
  },
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "clean": "tsc --build --clean",
    "clean:wipe": "rimraf ./dist",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:dev": "vitest dev"
  },
  "dependencies": {
    "@4bitlabs/blur-filters": "^2.1.1",
    "@4bitlabs/color": "^4.0.4",
    "@4bitlabs/crt-lite": "^2.0.4",
    "@4bitlabs/image": "^5.0.4",
    "@4bitlabs/resize-filters": "^2.0.4",
    "@4bitlabs/sci0": "^6.2.1",
    "@4bitlabs/sci0-renderer": "^1.3.1",
    "@types/gif-encoder": "^0.7.4",
    "cli-progress": "^3.12.0",
    "columnify": "^1.6.0",
    "commander": "^15.0.0",
    "expand-tilde": "^2.0.2",
    "gifenc": "^1.0.3",
    "gl": "^9.0.0-rc.10",
    "sharp": "^0.35.3"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@types/columnify": "^1.5.4",
    "@types/expand-tilde": "^2.0.2",
    "@types/gl": "^6.0.5",
    "@types/pngjs": "^6.0.5"
  },
  "gitHead": "d4c04d13c7ad397be0ba4af93455efd7ef2a6db0"
}
