-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
51
52
{
"name": "dbm-types",
"version": "0.3.0",
"description": "Type definitions for Discord Bot Maker by the DBM German community.",
"author": "ACertainCoder <acertaincoder@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DBM-German/Types/issues"
},
"homepage": "https://github.com/DBM-German/Types#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DBM-German/Types.git"
},
"keywords": [
"discord-bot-maker",
"dbm",
"german",
"discord",
"types"
],
"type": "module",
"exports": {
"./dbm-2.1": {
"types": "./dbm-2.1.d.ts"
}
},
"scripts": {
"lint": "npx eslint ."
},
"dependencies": {
"@discordjs/voice": "latest",
"@electron/remote": "^2.1.2",
"@types/normalize-package-data": "^2.4.4",
"discord-api-types": "latest",
"discord.js-13": "npm:discord.js@13",
"electron": "^28.3.3",
"jimp-0.22": "npm:jimp@^0.22.12",
"youtube-dl-exec": "^3.0.7",
"ytdl-core": "latest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"typescript": "^5.5.4"
}
}