@picosearch/trie
Version:
Simple, zero dependency, type-safe implementation of a trie data structure.
35 lines • 771 B
JSON
{
"name": "@picosearch/trie",
"version": "0.1.0",
"description": "Simple, zero dependency, type-safe implementation of a trie data structure.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"trie",
"trie-map",
"prefix-tree",
"prefix-trie",
"prefix-tree-map",
"prefix-trie-map"
],
"author": "Sebastian Kussl",
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/olastor/picosearch"
},
"bugs": {
"url": "https://github.com/olastor/picosearch/issues"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "vitest",
"lint": "biome check",
"type-check": "tsc"
}
}