This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "yuigahama",
"version": "1.0.6",
"description": "Powerful multifunction discord bot",
"main": "src/Yui.js",
"scripts": {
"start": "cross-env NODE_ENV=production node src/Yui.js",
"dev-next": "cross-env NODE_ENV=next node src/Yui.js",
"test": "cross-env NODE_ENV=development eslint --ext .js --ignore-path .gitignore . && mocha",
"lint": "cross-env NODE_ENV=development eslint --ext .js --ignore-path .gitignore . --fix",
"precommit": "cross-env NODE_ENV=development eslint --ext .js --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/InkoHX/Yui.git"
},
"keywords": [
"discordbot",
"discord",
"yuigahama"
],
"author": "InkoHX",
"license": "MIT",
"bugs": {
"url": "https://github.com/InkoHX/Yui/issues"
},
"homepage": "https://github.com/InkoHX/Yui#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^1.2.3",
"canvas": "^2.5.0",
"cross-env": "^5.2.0",
"dblapi.js": "^2.3.0",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^8.0.0",
"fs-nextra": "^0.4.5",
"fuse.js": "^3.4.5",
"klasa": "github:dirigeants/klasa",
"level": "^5.0.1",
"node-fetch": "^2.6.0",
"nsfwjs": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.1.4"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.9.0"
}
}