-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@prefabs.tech/fastify",
"version": "0.93.5",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/prefabs-tech/fastify.git"
},
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"prepare": "husky",
"sort-package": "npx sort-package-json && turbo run sort-package",
"test": "turbo run test --parallel",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "20.4.4",
"@commitlint/config-conventional": "20.4.4",
"@types/node": "24.10.15",
"husky": "9.1.7",
"shipjs": "0.28.3",
"turbo": "2.8.21",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.29.3",
"engines": {
"node": ">=20",
"pnpm": ">=10"
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"@typescript-eslint/typescript-estree": "8.58.0",
"@typescript-eslint/utils": "8.58.0",
"fast-xml-parser": "5.7.1",
"handlebars": "4.7.9",
"protobufjs": "7.5.5",
"typescript-eslint": "8.58.0"
}
}
}