-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "dbm-german-mods",
"version": "0.3.1",
"description": "Modifications for Discord Bot Maker by the DBM German community.",
"author": "DBM German",
"license": "MIT",
"bugs": {
"url": "https://github.com/DBM-German/Mods/issues"
},
"homepage": "https://github.com/DBM-German/Mods#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DBM-German/Mods.git"
},
"keywords": [
"discord-bot-maker",
"dbm",
"german",
"discord",
"mods"
],
"private": true,
"type": "commonjs",
"scripts": {
"lint": "npx eslint .",
"build": "node esbuild.mjs"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.7.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dbm-types": "git://github.com/DBM-German/Types.git#c4713ed6d18c7503a7d8d58ffce21a079e7e1916",
"esbuild": "^0.25.2",
"esbuild-plugin-inline-worker": "^0.1.1",
"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",
"monaco-editor": "^0.52.2",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"sequency": "^0.20.0"
}
}