| 12345678910111213141516171819 |
- {
- "$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:"
- }
- }
|