@rbxts/fenwick-tree
Version:
A 1-based Fenwick Tree implementation.
39 lines • 940 B
JSON
{
"name": "@rbxts/fenwick-tree",
"version": "1.0.0",
"description": "A 1-based Fenwick Tree implementation.",
"main": "src/init.luau",
"keywords": [
"tree",
"fenwick",
"fenwick-tree",
"binary-indexed-tree"
],
"license": "MIT",
"author": "quamatic",
"repository": {
"type": "git",
"url": "https://github.com/quamatic/fenwick-tree.git"
},
"types": "src/index.d.ts",
"files": [
"src",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.4.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.7.2"
}
}