generated from anchan828/nest-lerna-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@anchan828/nest-kysely-packages",
"private": true,
"version": "0.0.0",
"description": "",
"homepage": "https://github.com/anchan828/nest-kysely#readme",
"bugs": {
"url": "https://github.com/anchan828/nest-kysely/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anchan828/nest-kysely.git"
},
"license": "MIT",
"author": "anchan828 <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"format": "prettier --write '**/*.{ts,js,json,yml,yaml,md}'",
"postinstall": "husky install",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"publish": "lerna publish --yes patch",
"publish:major": "lerna publish --yes major",
"publish:minor": "lerna publish --yes minor",
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@types/jest": "^29.5.5",
"@types/node": "^22.0.0",
"@types/supertest": "^6.0.0",
"eslint": "^9.12.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
},
"volta": {
"node": "22.12.0"
},
"packageManager": "[email protected]"
}