-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@ddadaal/next-typed-api-routes",
"version": "0.2.12",
"private": true,
"description": "Make Next.js API Routes strongly typed with routes and clients type completion and auto-generated parameter validation",
"scripts": {
"build": "pnpm --filter !example run build",
"publish": "pnpm -r publish"
},
"homepage": "https://github.com/ddadaal/next-typed-api-routes#readme",
"devDependencies": {
"@changesets/changelog-git": "0.1.14",
"@changesets/cli": "2.26.2",
"@ddadaal/eslint-config": "1.9.0",
"@types/eslint": "8.44.2",
"@types/jest": "29.5.3",
"@types/node": "20.4.8",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"jest": "29.6.2",
"jest-extended": "4.0.1",
"rimraf": "^5.0.1",
"standard-version": "^9.5.0",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}