-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
49 lines (49 loc) · 1.21 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
{
"author": "Joshua Goralczyk",
"version": "7.0.1",
"main": "./dist/src/index.js",
"types": "typings/src/index.d.ts",
"license": "MIT",
"name": "aki-api",
"bugs": {
"url": "https://github.com/jgoralcz/aki-api/issues"
},
"dependencies": {
"axios": "^1.6.8",
"form-data": "^4.0.0",
"html-entities": "^2.5.2",
"https-proxy-agent": "^6.2.1",
"node_extra_ca_certs_mozilla_bundle": "^1.0.6"
},
"description": "An API for Akinator. Supports up to 15 languages.",
"homepage": "https://github.com/jgoralcz/aki-api#readme",
"keywords": [
"aki",
"akinator",
"magic",
"aki promise",
"akinator promise",
"discord akinator",
"discord-akinator",
"discordjs akinator",
"discordjs-akinator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jgoralcz/aki-api.git"
},
"scripts": {
"start": "npx ts-node src/",
"eslint": "eslint . --ext .ts",
"build": "tsc",
"test": "npx ts-node tests/"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}