-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 921 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
{
"//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": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better": "^0.1.0",
"better-sqlite-pool": "^0.1.2",
"better-sqlite3": "^5.0.1",
"discord.js": "github:discordjs/discord.js",
"enmap": "^4.3.2",
"express": "^4.16.4",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"sqlite3": "^4.0.2",
"hastebin-gen": "^1.3.1"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://github.com/Co-Op-Development/MRVN-BETA"
},
"license": "GPL-3.0",
"keywords": [
"node",
"glitch",
"express"
]
}