-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 983 Bytes
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": "totalvoice-node",
"version": "1.12.0",
"description": "API de comunicação com os serviços da TotalVoice (http://totalvoice.com.br)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"testURL": "http://localhost"
},
"repository": {
"type": "git",
"url": "git+https://github.com/totalvoice/totalvoice-node.git"
},
"keywords": [
"totalvoice",
"sms",
"node",
"lib",
"api",
"voip",
"tts",
"centrais",
"ramais",
"sip",
"did"
],
"author": "Diego Wagner <diegowagner4@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/totalvoice/totalvoice-node/issues"
},
"homepage": "https://github.com/totalvoice/totalvoice-node#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jest": "^24.8.0"
}
}