-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 843 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
{
"name": "pharmacy",
"version": "0.0.1",
"description": "pharmacy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r dotenv/config src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^10.14.17",
"big.js": "^5.2.2",
"bluebird": "^3.5.5",
"debug": "^4.1.1",
"discord.js": "^13.3.1",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"fuse.js": "^3.4.5",
"googleapis": "^71.0.0",
"imgur": "^0.3.1",
"json5": "github:auburnsummer/json5#a88e82eeb570ce23a0eb109a64d95bcb59e8786b",
"jszip": "^3.2.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"uuid": "^3.3.3",
"uws": "^99.0.0",
"xregexp": "^4.2.4"
},
"devDependencies": {
"@types/express": "^4.17.1"
}
}