bigbigmapset
Version:
Extension classes of Map and Set that don't have size limits.
46 lines (45 loc) • 948 B
JSON
{
"name": "bigbigmapset",
"version": "1.0.8",
"description": "Extension classes of Map and Set that don't have size limits.",
"main": "dist/bigbig.js",
"files": [
"dist"
],
"keywords": [
"map",
"set",
"bigmap",
"bigset",
"limit",
"collection",
"collections",
"memory",
"big",
"data",
"bigdata",
"runtime_independent",
"runtime-independent"
],
"directories": {
"build": "tsc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JesseRussell411/BigBigMapSet.git"
},
"author": "Jesse Russell",
"license": "ISC",
"types": "./dist/bigbig.d.ts",
"bugs": {
"url": "https://github.com/JesseRussell411/BigBigMapSet/issues"
},
"homepage": "https://github.com/JesseRussell411/BigBigMapSet#readme",
"prettier": {
"tabWidth": 4
},
"dependencies": {}
}