UNPKG

@unblocks/registry

Version:

All-purpose map data structure on steroids. Successor of @encodable/registry

53 lines (52 loc) 1.19 kB
{ "name": "@unblocks/registry", "version": "1.0.4", "description": "All-purpose map data structure on steroids. Successor of @encodable/registry", "keywords": [ "encodable", "registry", "key-value", "map", "global", "store" ], "authors": [ "Krist Wongsuphasawat (http://kristw.yellowpigz.com)" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/kristw/unblocks.git" }, "homepage": "https://github.com/kristw/unblocks/blob/main/packages/unblocks-registry/README.md", "bugs": { "url": "https://github.com/kristw/unblocks/issues" }, "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/", "test": "jest --coverage" }, "jest": { "preset": "@unblocks/jest-presets/browser" }, "peerDependencies": { "global-box": "*" }, "devDependencies": { "global-box": "*" }, "publishConfig": { "access": "public" } }