forked from voximplant/apiclient-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 950 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": "@voximplant/apiclient-nodejs",
"packageManager": "[email protected]",
"version": "2.10.0",
"description": "Voximplant API client library",
"main": "dist/index.js",
"files": [
"dist",
"src",
"examples",
"NOTICE"
],
"scripts": {
"prebuild": "rimraf dist ",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/voximplant/apiclient-nodejs.git"
},
"homepage": "https://voximplant.com/",
"bugs": {
"url": "https://github.com/voximplant/apiclient-nodejs/issues",
"email": "[email protected]"
},
"author": {
"email": "[email protected]",
"name": "Voximplant, Inc.",
"url": "https://voximplant.com"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "11.11.5",
"rimraf": "2.7.1",
"typescript": "3.9.10"
},
"dependencies": {
"axios": "0.21.4",
"form-data": "2.5.1",
"jsonwebtoken": "8.5.1"
}
}