hrana
Version:
A tiny (1034b) runtime-agnostic Hrana HTTP client
32 lines • 620 B
JSON
{
"name": "hrana",
"type": "module",
"version": "0.1.1",
"repository": "lukeed/hrana",
"description": "A tiny (1034b) runtime-agnostic Hrana HTTP client",
"module": "index.mjs",
"types": "index.d.ts",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.mts",
"default": "./index.mjs"
},
"./package.json": "./package.json"
},
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"engines": {
"node": ">=14"
},
"keywords": [
"hrana",
"libsql",
"sqlite",
"turso",
"http"
]
}