-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 925 Bytes
/
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
{
"name": "amanda",
"version": "1.0.0",
"description": "Mono repo for AmandaDiscord, a cute Discord music bot",
"author": "PapiOphidian",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "turbo run lint",
"build": "turbo run build"
},
"devDependencies": {
"@types/node": "^22.10.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"discord-api-types": "0.37.115",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "yarn@3.6.1",
"dependencies": {
"cloudstorm": "^0.11.1",
"heatsync": "^2.5.5",
"snowtransfer": "^0.10.9"
},
"resolutions": {
"discord-api-types": "0.37.115",
"canvas": "3.0.1",
"undici": "6.6.2"
}
}