mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"name": "@trawl/api",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@trawl/browser": "workspace:*",
|
|
"@trawl/tiers": "workspace:*",
|
|
"@trawl/types": "workspace:*",
|
|
"elysia": "^1.4.29",
|
|
"memoirist": "1.2.2",
|
|
"node-forge": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^7.0.2",
|
|
"@types/bun": "^1.3.14",
|
|
"@types/node-forge": "^1.3.14"
|
|
}
|
|
}
|