@serum-enterprises/vlq
Version:
A VLQ Implementation for NodeJS using BigInts and Buffers
35 lines (34 loc) • 845 B
JSON
{
"name": "@serum-enterprises/vlq",
"version": "1.1.0-beta.0",
"description": "A VLQ Implementation for NodeJS using BigInts and Buffers",
"main": "./build/VLQ.js",
"types": "./types/VLQ.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Serum-Enterprises/SerumJS.git"
},
"keywords": [
"vlq",
"encode",
"decode",
"varint"
],
"author": "Philipp Steckenbauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Serum-Enterprises/SerumJS/issues"
},
"homepage": "https://github.com/Serum-Enterprises/SerumJS#readme",
"devDependencies": {
"@types/node": "^22.15.19",
"typescript": "^5.8.3"
},
"dependencies": {
"@serum-enterprises/result": "^2.0.3"
}
}