-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"name": "AINJS",
"version": "1.0.0",
"description": "AINJS is an artificial intelligence constructed in NodeJS that will attempt to associate words with certain functions and will also write to its own code to teach itself.",
"main": "core.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Quaint-Studios/AINJS.git"
},
"keywords": [
"ai",
"artificial",
"intelligence",
"ainjs",
"discord",
"discordjs",
"bot",
"node",
"nodejs"
],
"author": {
"name": "Kristopher Ali",
"email": "quaint.shanty@gmail.com",
"website": "http://quaintshanty.com"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Quaint-Studios/AINJS/issues"
},
"homepage": "https://github.com/Quaint-Studios/AINJS",
"dependencies": {
"discord.js": "^11.0.0",
"fs": "0.0.1-security",
"mkdirp": "^0.5.1",
"node-opus": "^0.2.4"
}
}