-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 978 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 978 Bytes
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
40
41
42
{
"//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": "hello-express",
"version": "2.0.0",
"description": "Calli Is One",
"main": "calli.js",
"scripts": {
"start": "node calli.js"
},
"dependencies": {
"express": "^4.17.1",
"discord.js": "^12.5.1",
"canvas": "^2.6.1",
"hh-mm-ss": "^1.2.0",
"moment": "^2.29.1",
"fs": "^0.0.2",
"jimp": "^0.16.1",
"math-expression-evaluator": "^1.3.7",
"snekfetch": "^4.0.4",
"guild": "^1.2.2",
"dateformat": "^4.5.0",
"table": "^6.0.7",
"node-cmd": "^4.0.0",
"gif-search": "^2.0.1",
"node-fetch": "^2.6.1",
"fs-extra": "^9.0.1"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}