-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.25 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "tiff_arai",
"version": "1.0.0",
"description": "A smol machine learning, disguised as a discord virtual cat chatbot",
"main": "dist/index.js",
"scripts": {
"start:dev": "ts-node src/daemon.ts",
"start:prod": "node dist/index.js",
"start": ""
},
"repository": "https://github.com/jDevxyz/tiffany-arai",
"author": "J-Dev",
"contributor": [
{
"name": "Riichi Rusdiana <finnsonalca123@gmail.com>",
"discord": "Riichi_Rusdiana#6815"
},
{
"name": "hzmi <contact@hzmi.xyz>",
"discord": "Hazmi35#1855"
}
],
"license": "AGPL-3.0",
"dependencies": {
"@tensorflow/tfjs": "^1.7.0",
"@tensorflow/tfjs-node": "^1.7.0",
"@tensorflow/tfjs-node-gpu": "^1.7.0",
"app-root-path": "^2.2.1",
"bluebird": "^3.7.2",
"commander": "^4.1.1",
"cross-env": "^6.0.3",
"debug": "~2.6.9",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^8.2.0",
"gpu.js": "^2.8.4",
"kurasuta": "^2.0.0",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"node-superfetch": "0.1.10",
"rethinkdb-ts": "^2.4.2",
"string-template": "^1.0.0",
"winston": "^3.2.1"
},
"optionalDependencies": {
"@discordjs/opus": "^0.1.0",
"bufferutil": "^4.0.1",
"erlpack": "github:discordapp/erlpack",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/node": "^12.0.0",
"@types/node-fetch": "^2.5.2",
"@types/string-template": "^1.0.2",
"@types/bluebird": "^3.5.30",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"chalk": "^2.4.2",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"gulp": "^4.0.1",
"gulp-typescript": "^5.0.1",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^5.0.3",
"json-filter-loader": "^1.0.0",
"mocha": "^6.1.4",
"ora": "^3.4.0",
"rimraf": "^2.6.3",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}