-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
49
50
{
"name": "discord-analytics",
"version": "1.0.0",
"author": "Discord Analytics",
"homepage": "https://discordanalytics.xyz",
"license": "LGPL-2.1-only",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm -r run build",
"lint": "eslint . --fix --cache",
"format": "prettier --write packages/",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiscordAnalytics/node-package.git"
},
"bugs": {
"url": "https://github.com/DiscordAnalytics/node-package/issues"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "4.4.1",
"@anolilab/semantic-release-pnpm": "8.1.8",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "25.6.0",
"@vitest/coverage-v8": "4.1.5",
"dotenv": "17.4.2",
"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"jiti": "2.6.1",
"prettier": "3.8.3",
"semantic-release": "25.0.3",
"tsdown": "0.21.10",
"typescript": "6.0.2",
"typescript-eslint": "8.59.1",
"vitest": "4.1.5"
},
"multi-release": {
"deps": {
"bump": "inherit"
},
"tagFormat": "${name}@${version}"
}
}