-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 Bytes
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
{
"name": "discord-analytics",
"version": "1.0.0",
"author": "Discord Analytics",
"homepage": "https://discordanalytics.xyz",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm -r run build",
"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": {
"@types/node": "^25.0.10",
"@vitest/coverage-v8": "^4.0.18",
"dotenv": "^17.2.3",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"multi-release": {
"deps": {
"bump": "inherit"
},
"tagFormat": "${name}@${version}"
}
}