tauth-sdk/example/backend/package.json
2026-07-02 22:58:57 +02:00

9 lines
165 B
JSON

{
"name": "@tauth-example/backend",
"private": true,
"scripts": {
"dev": "cargo run",
"build": "cargo build --release",
"test": "cargo test"
}
}