-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
57
58
59
{
"name": "@synopsis/root",
"version": "0.6.2",
"private": true,
"packageManager": "pnpm@9.1.2",
"author": {
"name": "mastondzn",
"url": "https://github.com/mastondzn"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/mastondzn/bot"
},
"bugs": {
"url": "https://github.com/mastondzn/bot/issues"
},
"engines": {
"node": ">=20 <21"
},
"workspaces": [
"bot",
"website",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"clean": "rimraf node_modules .turbo .vercel dist",
"deps": "taze --interactive --includeLocked --recursive",
"db:check": "turbo run db:check",
"db:generate": "turbo run db:generate",
"db:migrate": "turbo run db:migrate",
"dev": "turbo run dev",
"format:check": "prettier . -c",
"format": "prettier . -w",
"lint:fix": "turbo run lint -- --fix",
"lint": "turbo run lint",
"preinstall": "npx only-allow pnpm",
"release": "bumpp",
"test": "turbo run test",
"typecheck": "turbo run typecheck"
},
"dependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@commitlint/types": "18.6.1",
"@manypkg/cli": "0.21.4",
"@mastondzn/eslint": "0.10.0",
"@types/node": "20.12.12",
"bumpp": "9.4.1",
"eslint": "8.57.0",
"only-allow": "1.2.1",
"prettier": "3.2.5",
"rimraf": "5.0.7",
"taze": "0.13.9",
"turbo": "2.0.1",
"typescript": "5.4.5"
}
}