summaryrefslogtreecommitdiff
path: root/package.json
blob: b4e3e0a35b6b3e56868e1398a0308bde8b589935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "package",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "sin",
  "license": "MIT",
  "dependencies": {
    "discord.js": "^11.6.3",
    "is-image-url": "^1.1.8"
  }
}