{
  "name": "@goodpie/html-typer",
  "version": "1.0.7",
  "description": "Types out HTML into a view, supporting vanilla JS",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoodPie/html-typer"
  },
  "bugs": {
    "url": "https://github.com/goodpie/html-typer/issues"
  },
  "homepage": "https://github.com/goodpie/html-typer#readme",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "watch": "rollup -c --watch"
  },
  "keywords": [
    "typer",
    "animation",
    "type-animation",
    "typewriter"
  ],
  "author": "Brandyn Britton",
  "license": "MIT",
  "dependencies": {
    "dompurify": "^3.2.4"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/dompurify": "^3.2.0",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^2.79.2",
    "ts-jest": "^29.2.5",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3"
  }
}
