uint8-encoding
Version:
Uint8 encoding, a simple way to convert strings to Uint8Arrays and vice versa.
32 lines (31 loc) • 778 B
JSON
{
"name": "uint8-encoding",
"repository": "github:fabiospampinato/uint8-encoding",
"description": "Uint8 encoding, a simple way to convert strings to Uint8Arrays and vice versa.",
"license": "MIT",
"version": "2.0.1",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"uint8",
"uint8array",
"arraybuffer",
"encoding"
],
"devDependencies": {
"fast-check": "^3.23.2",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}