forked from Statsify/statsify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.39 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
45
46
47
48
{
"name": "statsify",
"description": "",
"version": "0.0.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Statsify/statsify.git"
},
"scripts": {
"build": "turbo run build --filter=!site",
"build:watch": "turbo watch build --filter=!site",
"typecheck": "turbo run typecheck",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "turbo run lint",
"lint:ci": "turbo run lint:ci",
"fmt": "turbo run fmt",
"api": "pnpm --filter api",
"discord-bot": "pnpm --filter discord-bot",
"support-bot": "pnpm --filter support-bot",
"site": "pnpm --filter site",
"scripts": "pnpm --filter scripts",
"verify-server": "pnpm --filter verify-server"
},
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@j4cobi/eslint-plugin-sort-imports": "^1.0.2",
"@napi-rs/cli": "^3.7.0",
"@rollup/pluginutils": "^5.1.0",
"@swc/cli": "^0.8.1",
"@swc/core": "1.15.40",
"@types/node": "^25.9.1",
"@typescript/native-preview": "7.0.0-dev.20260601.1",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/ui": "^4.1.8",
"eslint-plugin-license-header": "^0.9.0",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"pm2": "^6.0.8",
"turbo": "^2.9.16",
"typescript": "^6.0.3",
"unplugin": "^3.0.0",
"vitest": "^4.1.8"
}
}