forked from sendinblue/APIv3-typescript-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "sib-api-v3-typescript",
"version": "2.2.0",
"description": "NodeJS client for sib-api-v3-typescript",
"main": "api.js",
"types": "api.d.ts",
"scripts": {
"clean": "rm -Rf node_modules/ *.js",
"build": "tsc",
"test": "npm run build && node client.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sendinblue/APIv3-typescript-library.git"
},
"author": {
"name": "SendinBlue",
"email": "[email protected]",
"url": "https://www.sendinblue.com/"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "*",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"@types/node": "8.10.34"
},
"bugs": {
"url": "https://github.com/sendinblue/APIv3-typescript-library/issues"
},
"homepage": "https://github.com/sendinblue/APIv3-typescript-library#readme"
}