{
  "type": "module",
  "name": "iconv-tiny",
  "version": "1.4.1",
  "description": "Pure JS ESM Encodings for Browser and NodeJS",
  "sideEffects": false,
  "keywords": [
    "iconv",
    "text-encoding",
    "charset",
    "icu",
    "legacy-encoding"
  ],
  "homepage": "https://github.com/vip-delete/iconv-tiny",
  "bugs": {
    "url": "https://github.com/vip-delete/iconv-tiny/issues"
  },
  "license": "MIT",
  "author": "vip.delete <vip.delete@gmail.com>",
  "files": [
    "dist/unicode.iconv-tiny.d.mts",
    "dist/unicode.iconv-tiny.mjs",
    "dist/unicode.iconv-tiny.min.mjs",
    "dist/whatwg.iconv-tiny.d.mts",
    "dist/whatwg.iconv-tiny.mjs",
    "dist/whatwg.iconv-tiny.min.mjs",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": "./dist/unicode.iconv-tiny.mjs",
    "./whatwg": "./dist/whatwg.iconv-tiny.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vip-delete/iconv-tiny.git"
  },
  "scripts": {
    "lint": "eslint",
    "generate": "node scripts/generate.mjs",
    "compile": "node scripts/compile.mjs",
    "test": "vitest run",
    "coverage": "vitest run --coverage unicode.main.test.mjs",
    "build": "npm run lint && npm run generate && npm run test && npm run coverage",
    "dev": "node scripts/server.mjs"
  },
  "devDependencies": {
    "@eslint/js": "^10.x",
    "@stylistic/eslint-plugin": "^5.x",
    "@types/express": "^5.x",
    "@types/google-closure-compiler": "^20231112.0.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.x",
    "@types/serve-static": "^2.x",
    "@vitest/coverage-istanbul": "^4.x",
    "@vue/runtime-dom": "^3.5.30",
    "esbuild": "^0.27.x",
    "eslint": "^10.x",
    "eslint-plugin-jsdoc": "^62.x",
    "express": "^5.x",
    "globals": "^17.x",
    "google-closure-compiler": "^20260311.0.0",
    "iconv-lite": "^0.7.2",
    "prettier": "^3.x",
    "serve-static": "^2.x",
    "tinybench": "^6.x",
    "vitest": "^4.x"
  }
}
