documenso/packages/api/package.json

29 lines
623 B
JSON
Raw Normal View History

{
"name": "@documenso/api",
2024-07-05 04:24:40 +00:00
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "rimraf node_modules"
},
"files": [
"index.ts",
"next.ts",
"v1/"
],
"dependencies": {
"@documenso/lib": "*",
"@documenso/prisma": "*",
2025-11-22 09:28:20 +00:00
"@ts-rest/core": "^3.52.1",
"@ts-rest/open-api": "^3.52.1",
"@ts-rest/serverless": "^3.52.1",
2025-05-22 04:30:22 +00:00
"@types/swagger-ui-react": "^5.18.0",
2025-11-22 09:28:20 +00:00
"luxon": "^3.7.2",
2025-11-07 03:17:52 +00:00
"superjson": "^2.2.5",
2025-11-22 09:28:20 +00:00
"ts-pattern": "^5.9.0",
2025-11-07 03:17:52 +00:00
"zod": "^3.25.76"
2024-01-19 14:55:16 +00:00
}
2025-05-22 04:30:22 +00:00
}