iobuffer
Version:
Read and write binary data on ArrayBuffers
49 lines (48 loc) • 1.33 kB
JSON
{
"name": "iobuffer",
"version": "6.0.1",
"license": "MIT",
"description": "Read and write binary data on ArrayBuffers",
"author": "Michaël Zasso",
"type": "module",
"exports": {
".": "./lib/iobuffer.js"
},
"files": [
"lib",
"src"
],
"scripts": {
"check-types": "tsc --noEmit",
"clean": "rimraf coverage lib",
"eslint": "eslint .",
"eslint-fix": "eslint . --fix",
"prepack": "npm run tsc",
"prettier": "prettier --check .",
"prettier-write": "prettier --write .",
"test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
"test-only": "vitest run --coverage",
"tsc": "npm run clean && npm run tsc-build",
"tsc-build": "tsc --project tsconfig.build.json"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^24.2.1",
"@vitest/coverage-v8": "^3.2.4",
"@zakodium/tsconfig": "^1.0.2",
"eslint": "^9.33.0",
"eslint-config-cheminfo-typescript": "^19.0.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/image-js/iobuffer.git"
},
"bugs": {
"url": "https://github.com/image-js/iobuffer/issues"
},
"homepage": "https://image-js.github.io/iobuffer/"
}