UNPKG

utf16-to-sjis

Version:

Tiny UTF-16 to Shift-JIS (CP932) converter.

42 lines (41 loc) 955 B
{ "name": "utf16-to-sjis", "version": "1.1.1", "description": "Tiny UTF-16 to Shift-JIS (CP932) converter.", "main": "dist/index.js", "files": [ "README.md", "package.json", "dist" ], "keywords": [ "sjis", "shift-jis", "utf-16", "converter" ], "scripts": { "test": "jest", "prepare": "npm run clean && npm run build", "clean": "rimraf dist", "build:table": "node tools/make-table.js > src/g/data.ts", "build": "tsc" }, "author": "Mitsutaka Okazaki", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", "jest": "^29.5.0", "prettier": "^2.8.7", "rimraf": "^4.4.1", "typescript": "^4.9.0" }, "repository": { "type": "git", "url": "https://github.com/okaxaki/utf16-to-sjis" } }