-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "matadorai",
"version": "0.3.0",
"description": "Matador.ai Official Javascript SDK",
"main": "dist/index.js",
"homepage": "https://matadordev.notion.site/Matador-Node-js-SDK-226bb6a4a7aa4c82b5cc3f74ceb4833c",
"repository": {
"type": "git",
"url": "https://github.com/Matador-AI/MatadorSDK"
},
"keywords": [
"matador",
"matador-ai",
"matador.ai",
"matador.ai.js",
"matador.ai.sdk",
"matadorjs",
"matadorsdk",
"automotive",
"cars",
"automotive-ai",
"automotive-ai.js"
],
"author": "",
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"jest": "^27.4.7",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^0.24.0",
"qs": "^6.10.3"
}
}