-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 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
{
"name": "magnolia",
"description": "The Roblox Discord's utility bot",
"homepage": "https://github.com/Rodis-Infrastructure/Magnolia#readme",
"version": "1.0.0",
"type": "module",
"module": "src/index.ts",
"repository": "github:Rodis-Infrastructure/Magnolia",
"author": {
"name": "Archasion",
"url": "https://github.com/archasion"
},
"scripts": {
"start": "bun src/index.ts",
"ci": "eslint . && bun test"
},
"dependencies": {
"discord.js": "^14.19.2",
"yaml": "^2.8.0",
"zod": "^3.24.4",
"zod-validation-error": "^3.4.1"
},
"devDependencies": {
"@dword-design/eslint-plugin-import-alias": "5.1.2",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.25.1",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"bun-types": "latest",
"globals": "16.0.0"
}
}