UNPKG

kireji

Version:

A web framework for stateful, entropy-perfect, multi-origin web applications. Currently in alpha. Expect breaking changes for version 0. Use with caution!

55 lines 1.19 kB
{ "name": "kireji", "version": "0.0.4", "description": "A web framework for stateful, entropy-perfect, multi-origin web applications. Currently in alpha. Expect breaking changes for version 0. Use with caution!", "type": "module", "main": "./src/index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/kireji-app/kireji.git" }, "keywords": [ "minimal-perfect-hash-function", "minimal", "perfect", "hash", "function", "state", "model", "hashing", "url", "encoding", "decoding", "tuple", "choice", "sum-type", "product-type", "disjoint-union", "cartesian-product", "structured-data", "url-state", "algebraic-data-types", "radix", "bitpacking", "bigint" ], "author": "Eric Augustinowicz", "license": "MIT", "bugs": { "url": "https://github.com/kireji-app/kireji/issues" }, "homepage": "https://github.com/kireji-app/kireji#readme", "types": "./src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json", "./LICENSE.md": "./docs/LICENSE.md", "./README.md": "./docs/README.md" } }