opencode/packages/quark/package.json

19 lines
477 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/quark",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./solid": "./src/solid.ts"
},
"scripts": {
"bench:keyed": "bun --conditions=browser bench/keyed.ts",
"bench:row-key": "bun --conditions=browser bench/row-key.ts",
"test": "bun --conditions=browser test"
},
"dependencies": {
"solid-js": "catalog:"
}
}