-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "meshtasticdiscordbot",
"version": "1.0.0",
"description": "Discord bot for meshtastic server",
"main": "index.js",
"scripts": {
"start": "tsc && node --experimental-specifier-resolution=node dist/index.js ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScriptTactics/MeshtasticDiscordBot.git"
},
"author": "Script Tactics",
"license": "ISC",
"bugs": {
"url": "https://github.com/ScriptTactics/MeshtasticDiscordBot/issues"
},
"homepage": "https://github.com/ScriptTactics/MeshtasticDiscordBot#readme",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@types/jsdom": "^16.2.13",
"axios": "^0.24.0",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"dotenv": "^8.6.0",
"jsdom": "^19.0.0",
"node-cron": "^3.0.0",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@types/node-cron": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0"
}
}