-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 890 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
{
"name": "funo",
"version": "1.0.0",
"main": "src/Funo.js",
"scripts": {
"start": "npx babel-node app.js "
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dblapi.js": "^2.3.0",
"discord.js": "^11.4.2",
"jimp": "^0.6.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"nekos.life": "^2.0.2",
"node-fetch": "^2.3.0",
"ping": "git+https://github.com/danielzzz/node-ping#b4b064e",
"urban.js": "^2.4.3"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/node": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.7.1",
"@types/cheerio": "^0.22.13",
"@types/node": "^12.12.5",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}