about summary refs log tree commit diff stats
path: root/package.json
blob: 50ba1e418521345bacc4a7ed0450f62aafe93270 (plain) (blame)
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
{
  "name": "btw-bot",
  "version": "1.0.0",
  "description": "A Discord bot for when you want to let everyone know you use Linux btw",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Brinoleum/btw-bot.git"
  },
  "author": "Brian Chu",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Brinoleum/btw-bot/issues"
  },
  "homepage": "https://github.com/Brinoleum/btw-bot#readme",
  "dependencies": {
    "discord.js": "^12.5.1",
    "dotenv": "^8.2.0"
  },
  "devDependencies": {
    "standard": "^16.0.3"
  }
}