-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 900 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
34
35
{
"name": "magellan",
"version": "1.0.0",
"description": "Get navigation directions straight from Discord",
"main": "src/magellan.js",
"scripts": {
"start": "node src/magellan.js",
"test": "npx standard && nodemon src/magellan.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchwaIndustries/magellan.git"
},
"author": "Kalissaac#8199",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/SchwaIndustries/magellan/issues"
},
"homepage": "https://github.com/SchwaIndustries/magellan#readme",
"dependencies": {
"canvas": "^2.6.1",
"compromise": "^13.3.1",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"imgur": "^0.3.1",
"jsdom": "^16.2.2",
"jsonwebtoken": "^8.5.1",
"jwa": "^2.0.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"nodemon": "^2.0.4",
"standard": "^14.3.4"
}
}