-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
43
44
45
46
47
48
49
{
"name": "futbot-packemulator",
"version": "1.0.0",
"description": "FUTBot_PackEmulator",
"main": "bot.js",
"scripts": {
"test": "nodemon --exec babel-node src/app.js",
"start": "node dist/app.js",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tjird/FUTBot_PackEmulator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tjird/FUTBot_PackEmulator/issues"
},
"homepage": "https://github.com/Tjird/FUTBot_PackEmulator#readme",
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@babel/runtime": "^7.6.3",
"ascii-table": "0.0.9",
"async-redis": "^1.1.7",
"canvas": "^2.6.0",
"chance": "^1.1.3",
"dblapi.js": "^2.3.0",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"enmap": "^5.2.0",
"fs": "0.0.1-security",
"graphql-request": "^1.8.2",
"html-template-tag": "^3.2.0",
"humanize-duration": "^3.21.0",
"ioredis": "^4.14.1",
"moment": "^2.24.0",
"to-time": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"nodemon": "^1.19.4"
}
}