{
  "name": "@okhsunrog/svg-term",
  "version": "1.0.1",
  "description": "Share terminal sessions via SVG and CSS",
  "type": "module",
  "main": "./lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "default": "./lib/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf lib",
    "test": "bun test",
    "prepare": "bun run build"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/okhsunrog/svg-term.git"
  },
  "keywords": [
    "asciinema",
    "asciicast",
    "svg",
    "css"
  ],
  "author": "Mario Nebl <hello@mario-nebl.de>",
  "bugs": {
    "url": "https://github.com/okhsunrog/svg-term/issues"
  },
  "homepage": "https://github.com/okhsunrog/svg-term#readme",
  "engines": {
    "bun": ">=1.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "packageManager": "bun@1.1.0",
  "devDependencies": {
    "@types/lodash": "^4.14.202",
    "@types/node": "^24.0.0",
    "@types/object-hash": "^3.0.2",
    "rimraf": "^6.0.0",
    "typescript": "^5.5.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "ansi-to-rgb": "^1.0.0",
    "load-asciicast": "^2.1.0",
    "lodash": "^4.17.21",
    "object-hash": "^3.0.0"
  },
  "peerDependencies": {
    "react": ">=18 <20",
    "react-dom": ">=18 <20"
  }
}
