generated from NatoBoram/gigachad.ts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.23 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@natoboram/gigachads.ts",
"version": "0.0.0",
"description": "The most gigachad project template for TypeScript monorepos.",
"keywords": [
"dependabot",
"eslint",
"express",
"gigachad",
"markdownlint",
"monorepo",
"prettier",
"project-template",
"syncpack",
"turborepo",
"typescript",
"vitest"
],
"homepage": "https://github.com/NatoBoram/gigachads.ts",
"bugs": "https://github.com/NatoBoram/gigachads.ts/issues",
"license": "Unlicense",
"author": {
"name": "Nato Boram",
"url": "https://github.com/NatoBoram"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/NatoBoram"
},
{
"type": "individual",
"url": "https://paypal.me/NatoBoram/5"
}
],
"repository": "github:NatoBoram/gigachads.ts",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && rm -rf .turbo dist docs node_modules tsconfig.tsbuildinfo",
"dev": "turbo run dev",
"docker:build": "turbo run docker:build",
"docker:build:server": "docker build . --target server --tag gigachads-ts-server",
"docker:kill:server": "docker ps --format '{{.Image}} {{.ID}}' | grep gigachads-ts-server | awk '{print $2}' | xargs docker kill",
"docker:run:server": "docker run gigachads-ts-server",
"docs": "typedoc",
"format": "syncpack format && prettier --write .",
"lint": "syncpack lint && eslint . && markdownlint-cli2 \"**/*.md\" && prettier --check .",
"lint:fix": "syncpack fix-mismatches; syncpack format; eslint --fix --quiet .; markdownlint-cli2 \"**/*.md\" --fix; prettier --list-different --write .",
"start": "turbo run start",
"test": "turbo run test"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@natoboram/gigachads.ts-config": "workspace:*",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.11.0",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
"turbo": "^2.1.3",
"typedoc": "^0.26.8",
"typescript": "5.7.0-beta",
"typescript-eslint": "^8.8.1",
"vitest": "^2.1.2"
},
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"type": "module"
}