{
  "name": "iconv-cp932",
  "description": "Lightweight Pure JS character encoding conversion for CP932, Shift_JIS, Windows-31J, IBM 932",
  "version": "1.2.2",
  "author": "Yusuke Kawasaki <u-suke@kawa.net>",
  "bugs": {
    "url": "https://github.com/kawanet/iconv-cp932/issues"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.14.1",
    "browserify": "^17.0.0",
    "browserify-sed": "^0.8.0",
    "mocha": "^10.2.0",
    "terser": "^5.19.2",
    "typescript": "^5.1.6"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./iconv-cp932.d.ts",
        "default": "./index.mjs"
      },
      "require": "./index.js"
    }
  },
  "files": [
    "browser/import.js",
    "mappings/*.json",
    "mappings/README.md",
    "public/*.min.js",
    "src/*.js",
    "index.js",
    "index.mjs",
    "LICENSE",
    "README.md",
    "*.d.ts"
  ],
  "homepage": "https://github.com/kawanet/iconv-cp932#readme",
  "keywords": [
    "CP932",
    "Shift_JIS",
    "decode",
    "encode",
    "iconv"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kawanet/iconv-cp932.git"
  },
  "scripts": {
    "build": "make",
    "fixpack": "fixpack",
    "prepack": "make clean all test",
    "test": "make test",
    "test-browser": "make && open browser/test.html"
  },
  "type": "commonjs",
  "typings": "./iconv-cp932.d.ts"
}
