-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 889 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
{
"author": "",
"description": "Discord Bot, welcher über neue Aktivitäten auf der Moodle-Plattform benachrichtigt.",
"homepage": "https://github.com/tjarbo/discord-moodle-bot#readme",
"license": "AGPL-3.0-only",
"name": "fancy-moodle-discord-bot",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tjarbo/discord-moodle-bot.git"
},
"bugs": {
"url": "https://github.com/tjarbo/discord-moodle-bot/issues"
},
"keywords": [
"discord",
"moodle",
"bot"
],
"scripts": {
"build": "lerna run build",
"build:prod": "lerna run build:prod",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"postinstall": "lerna bootstrap",
"start": "lerna run start --parallel",
"test": "lerna run test --parallel"
},
"devDependencies": {
"lerna": "^4.0.0"
},
"dependencies": {}
}