54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@push.rocks/smartbuffer",
|
|
"version": "3.0.1",
|
|
"private": false,
|
|
"description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.25",
|
|
"@git.zone/tsbundle": "^2.0.5",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.44",
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
|
"@types/node": "^20.11.20"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"ArrayBuffer",
|
|
"TypeScript",
|
|
"base64 conversion",
|
|
"Uint8Array",
|
|
"data transformation",
|
|
"binary data handling",
|
|
"buffer validation",
|
|
"modular programming",
|
|
"ESM",
|
|
"utilities"
|
|
],
|
|
"dependencies": {
|
|
"uint8array-extras": "^1.1.0"
|
|
}
|
|
}
|