Files
Mazdak Farrokhzad 50d58a2858 Add modules/benchmarks-ts (#3408)
# Description of Changes

Adds `modules/benchmarks-ts`.

# API and ABI breaking changes

None

# Expected complexity level and risk

2?

# Testing

This is a test.

---------

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
Co-authored-by: Noa <coolreader18@gmail.com>
2025-10-24 16:34:13 +00:00

18 lines
522 B
JSON

{
"name": "benchmarks-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cargo build -p spacetimedb-standalone && cargo run -p spacetimedb-cli -- build",
"generate-ts": "cargo build -p spacetimedb-standalone && cargo run -p spacetimedb-cli -- generate --lang typescript --out-dir ts-codegen",
"publish": "cargo run -p spacetimedb-cli -- publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"spacetimedb": "workspace:^"
}
}