-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
34
35
36
37
38
39
40
41
42
{
"name": "carretto",
"description": "A dataloader implementation with adapters",
"author": "Alessandro Magionami - @alemagio",
"license": "MIT",
"scripts": {
"build": "pnpm turbo build --color",
"test": "turbo run test",
"preinstall": "npx only-allow pnpm",
"release": "pnpm run build && changeset publish",
"precommit": "pnpm install",
"check-updates": "pnpm outdated --recursive",
"lint": "biome check .",
"format": "biome format --write .",
"prepare": "husky",
"unit": "turbo run unit"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.5.0",
"devDependencies": {
"@biomejs/biome": "1.2.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/lint": "^19.6.0",
"@commitlint/prompt": "^19.7.0",
"@ducktors/tsconfig": "^1.0.0",
"@types/node": "^22.10.2",
"c8": "^10.1.3",
"commitlint-plugin-function-rules": "^4.0.1",
"fastify-tsconfig": "^2.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vitest-mongodb": "^0.0.5"
}
}