mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
- Switch package manager to pnpm 10 via corepack - Add pnpm-workspace.yaml with 54+ shared dependency catalogs - Convert all workspace packages to catalog: and workspace:* protocols - Upgrade Turborepo from 1.x to 2.8.12 (pipeline -> tasks) - Upgrade apps/openpage-api from Next 15 to Next 16 - Update Docker, CI workflows, and GitHub Actions for pnpm - Convert patch file to pnpm native format - Replace deprecated next lint with standalone eslint - Update all documentation references from npm to pnpm - Fix stale dependabot config and documentation paths
29 lines
653 B
JSON
29 lines
653 B
JSON
{
|
|
"name": "@documenso/api",
|
|
"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": "workspace:*",
|
|
"@documenso/prisma": "workspace:*",
|
|
"@ts-rest/core": "catalog:",
|
|
"@ts-rest/open-api": "catalog:",
|
|
"@ts-rest/serverless": "catalog:",
|
|
"@types/swagger-ui-react": "^5.18.0",
|
|
"luxon": "catalog:",
|
|
"superjson": "catalog:",
|
|
"ts-pattern": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|