@surrealdb/cbor
Version:
CBOR encoder and decoder for SurrealDB.
35 lines (34 loc) • 894 B
JSON
{
"name": "@surrealdb/cbor",
"version": "2.0.0-alpha.1",
"type": "module",
"license": "Apache-2.0",
"description": "CBOR encoder and decoder for SurrealDB.",
"keywords": ["surrealdb", "surrealdb.js", "cbor"],
"repository": {
"type": "git",
"url": "git+https://github.com/surrealdb/surrealdb.js.git"
},
"homepage": "https://github.com/surrealdb/surrealdb.js",
"packageManager": "^bun@1.1.17",
"scripts": {
"ts": "tsc --watch --noEmit true --emitDeclarationOnly false",
"build": "bun run scripts/build.ts",
"jsr": "bun run scripts/jsr.ts"
},
"engines": {
"node": ">=18.0.0"
},
"browser": "./dist/index.bundled.mjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"browser": "./dist/index.bundled.mjs"
}
},
"files": ["dist"]
}