@kayahr/text-encoding
Version:
Text encoder and decoder
69 lines (68 loc) • 2.09 kB
JSON
{
"$schema": "http://json.schemastore.org/package",
"name": "@kayahr/text-encoding",
"version": "2.0.1",
"type": "module",
"description": "Text encoder and decoder",
"keywords": [
"typescript",
"text",
"text-encoder",
"text-decoder",
"encodings",
"text-encodings",
"encoding",
"encode",
"decoding",
"decode"
],
"license": "MIT",
"author": "Klaus Reimer <k@ailis.de>",
"repository": "github:kayahr/text-encoding",
"homepage": "https://github.com/kayahr/text-encoding",
"bugs": "https://github.com/kayahr/text-encoding/issues",
"funding": "https://github.com/kayahr/text-encoding?sponsor=1",
"publishConfig": {
"access": "public"
},
"files": [
"lib/main/",
"src/main/",
"data/"
],
"exports": {
".": "./lib/main/index.js",
"./no-encodings": "./lib/main/index-no-encodings.js",
"./encodings/*.js": "./lib/main/encodings/*.js",
"./encodings/*": "./lib/main/encodings/*.js",
"./encodings": "./lib/main/encodings.js"
},
"scripts": {
"clean": "rimraf lib",
"build": "run-s build:*",
"build:compile": "tsc",
"test": "run-s test:*",
"test:unit": "vitest run",
"test:lint": "eslint --max-warnings 0",
"test:apidoc": "typedoc --emit none",
"test:spell": "cspell --no-progress --no-summary",
"apidoc": "typedoc",
"install:browser": "playwright install chromium",
"prepare": "run-s install:browser clean build"
},
"devDependencies": {
"@kayahr/eslint-config": "3.6.1",
"@kayahr/vitest-matchers": "1.3.0",
"@types/node": "24.1.0",
"@vitest/browser": "3.2.4",
"@vitest/coverage-v8": "3.2.4",
"base64-js": "1.5.1",
"cspell": "9.2.0",
"npm-run-all": "4.1.5",
"playwright": "1.54.2",
"rimraf": "6.0.1",
"typedoc": "0.28.9",
"typescript": "5.9.2",
"vitest": "3.2.4"
}
}