-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 978 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
41
{
"name": "@greesydev/ai",
"version": "1.0.7",
"description": "Türkçe AI Modülü, Daha fazlası için https://www.nicat-dcw.xyz",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"releases": {
"v2": "2.0.0 - Optimized and Added esm (es module) support."
},
"keywords": [
"ai",
"only cheeini",
"discord",
"discordjs",
"best",
"request"
],
"author": "Only Cheeini",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"node-fetch": "^3.2.6",
"npmrc": "^1.1.1",
"rexar-tools": "^2.7.0"
},
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Nicat-dcw/only.ai.git"
},
"bugs": {
"url": "https://github.com/Nicat-dcw/only.ai/issues"
},
"homepage": "https://github.com/Nicat-dcw/only.ai#readme",
"devDependencies": {}
}