0b923fc5ee
Co-authored-by: Codex <codex@noreply.local>
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"name": "@unidesk/provider-gateway",
|
|
"version": "0.2.30",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"check": "tsc -b ../shared/tsconfig.json && tsc -p tsconfig.json --noEmit"
|
|
}
|
|
}
|