-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 987 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
42
{
"name": "akinatorjs",
"version": "1.0.8",
"description": "Akinator game library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": {
"name": "Dev Rio",
"email": "contact@devrio.org"
},
"keywords": [
"akinator",
"game"
],
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20.14.12",
"@types/uuid": "^10.0.0",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/dev-rio/akinatorjs.git"
},
"homepage": "https://github.com/dev-rio/akinatorjs#readme",
"bugs": {
"url": "https://github.com/dev-rio/akinatorjs/issues"
}
}