felia/packages/api/package.json

25 lines
511 B
JSON
Raw Permalink Normal View History

2022-12-01 08:32:38 +00:00
{
"name": "@acme/api",
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"lint": "eslint . --ext .ts,.tsx",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@acme/auth": "*",
"@acme/db": "*",
"@trpc/client": "^10.1.0",
"@trpc/server": "^10.1.0",
"superjson": "^1.9.1",
"zod": "^3.18.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"typescript": "^4.9.3"
}
}