-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 952 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": "ivao.js",
"version": "1.9.1",
"description": "Ivao.js is a module that incorporates the entire IVAO api. This module can be used with an api key and with the new oauth2 system.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivao-js/ivao.js.git"
},
"scripts": {
"build": "tsc",
"test": "exit 1"
},
"keywords": [
"ivao",
"nodejs",
"api",
"typescript",
"ivao.js"
],
"author": "Jules010209",
"license": "GNU General Public License v2.0",
"bugs": {
"url": "https://github.com/ivao-js/ivao.js/issues"
},
"homepage": "https://github.com/ivao-js/ivao.js#readme",
"dependencies": {
"axios": "^1.4.0",
"simple-oauth2": "^5.0.0",
"superagent": "^8.0.9"
},
"devDependencies": {
"@types/node": "^20.1.0",
"@types/simple-oauth2": "^5.0.4",
"@types/superagent": "^4.1.18"
}
}