-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
37
38
39
40
41
{
"name": "auruchan",
"version": "0.1.0",
"description": "A girly bot with minimal feature",
"main": "node auru-main.js",
"scripts": {
"test": "eslint --ignore-path .gitignore .",
"startspm": "node -r spm-agent-nodejs auru.js",
"start": "node auru-main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzrenggamani/auruchan.git"
},
"author": "Kina F. Cahyani",
"license": "MIT",
"bugs": {
"url": "https://github.com/vzrenggamani/auruchan/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/vzrenggamani/auruchan#readme",
"dependencies": {
"bufferutil": "^4.0.0",
"chalk": "^2.4.1",
"discord.js": "^11.3.2",
"firebase-admin": "^5.12.1",
"fs": "0.0.1-security",
"fs-nextra": "^0.3.5",
"gif-search": "^2.0.1",
"nekos.life": "^1.0.5",
"node-fetch": "^2.1.2",
"request": "^2.87.0",
"snekfetch": "^4.0.4",
"spm-agent-nodejs": "^1.30.9",
"superagent": "^3.8.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-strongloop": "^2.1.0"
}
}