sdataview
Version:
A Simple DataView library, to simplify for IO operations on a ArrayBuffer
26 lines • 633 B
JSON
{
"name": "sdataview",
"version": "1.0.7",
"description": "A Simple DataView library, to simplify for IO operations on a ArrayBuffer",
"type": "module",
"main": "dist/SDataView.js",
"types": "dist/SDataView.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"DataView",
"ArrayBuffer"
],
"author": "Vignesh P <vignesh-p@outlook.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.2"
},
"repository": "git+https://github.com/vigneshpa/SDataView.git"
}