mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"name": "shared",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"@ts-rest/core": "3.45.2",
|
|
"zod": "3.23.8"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
}
|
|
}
|