-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
36
37
38
39
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "dsadas",
"version": "1.5.9",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"apextab-api": "^1.0.5",
"common-tags": "^1.8.0",
"dateformat": "^3.0.3",
"discord.js": "^11.5.1",
"express": "^4.16.4",
"figlet": "^1.2.4",
"mathjs": "^6.2.5",
"moment": "^2.24.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"overwatch-api": "^0.8.2",
"simple-fortnite-api": "^0.1.9",
"urban": "^0.3.2"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}