{
  "name": "astro-typewriter",
  "description": "Lightweight typewriter effect component for Astro",
  "version": "1.1.0",
  "author": "Cyrill Bolliger <mail@cyrill.me>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyrillbolliger/astro-typewriter.git",
    "directory": "packages/astro-typewriter"
  },
  "homepage": "https://cyrillbolliger.github.io/astro-typewriter/",
  "bugs": {
    "url": "https://github.com/cyrillbolliger/astro-typewriter/issues"
  },
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "src",
    "index.ts"
  ],
  "keywords": [
    "astro-component",
    "astro",
    "withastro",
    "typewriter",
    "typewriter-effect",
    "ui",
    "component"
  ],
  "scripts": {
    "lint": "eslint --ext .astro,.ts,.tsx,.js,.jsx,.mjs src",
    "check": "astro check"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.4",
    "@eslint/js": "^9.22.0",
    "@typescript-eslint/parser": "^8.27.0",
    "astro": "^5.5.3",
    "eslint": "^9.22.0",
    "eslint-plugin-astro": "^1.3.1",
    "eslint-plugin-compat": "^6.0.2",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.27.0"
  },
  "peerDependencies": {
    "astro": "^5.0.0"
  },
  "browserslist": [
    "defaults and fully supports promises"
  ]
}
