aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: fa47dd6a9df074c08722341b3eff23fb5ca11200 (plain)
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
{
  "name": "furrybot-discord",
  "version": "1.0.0",
  "description": "Furrybot ported to discord.js",
  "main": "init.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EliasFleckenstein03/furrybot-discord.git"
  },
  "author": "EliasFleckenstein03",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/EliasFleckenstein03/furrybot-discord/issues"
  },
  "homepage": "https://github.com/EliasFleckenstein03/furrybot-discord#readme",
  "dependencies": {
    "discord.js": "^14.0.0-dev.1646395406.6f7a366",
    "free-google-images": "^1.0.4",
    "node-fetch": "^2.0.0",
    "pseudo-random": "^0.6.0",
    "sha1": "^1.1.1"
  }
}