{
  "name": "truncate-html",
  "version": "1.2.1",
  "description": "Truncate HTML and Keep Tags",
  "main": "dist/truncate.cjs.js",
  "module": "dist/truncate.es.js",
  "types": "dist/truncate.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx ./test/demo.ts",
    "build": "vite build",
    "prepublish": "yarn test && yarn build",
    "test": "vitest --coverage",
    "test:server": "vitest --watch",
    "lint": "eslint src"
  },
  "dependencies": {
    "cheerio": "1.0.0-rc.12"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@types/eslint__js": "^8.42.3",
    "@vitest/coverage-v8": "2.1.2",
    "eslint": "^9.12.0",
    "tsx": "^4.19.1",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.8.1",
    "vite": "^5.4.8",
    "vite-plugin-dts": "^4.2.4",
    "vitest": "^2.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://oe@github.com/oe/truncate-html.git"
  },
  "keywords": [
    "truncate html",
    "html",
    "truncate"
  ],
  "author": {
    "name": "Saiya",
    "url": "https://github.com/oe"
  },
  "contributors": [
    {
      "name": "Caleb Eno",
      "url": "https://github.com/calebeno"
    },
    {
      "name": "Aaditya Thakkar",
      "url": "https://github.com/aaditya-thakkar"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oe/truncate-html/issues"
  },
  "homepage": "https://github.com/oe/truncate-html#readme"
}
