forked from mailgun/mailgun.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
38
39
40
41
{
"name": "@styla/mailgun",
"version": "5.0.19",
"author": "Mailgun",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"mailgun",
"email"
],
"repository": {
"type": "git",
"url": "git://github.com/mailgun/mailgun.js.git"
},
"homepage": "https://github.com/mailgun/mailgun.js#readme",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register test/*.test.ts"
},
"dependencies": {
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/url-join": "^4.0.1",
"node-fetch": "2",
"tslint": "^6.1.3",
"tslint-sonarts": "^1.9.0"
},
"devDependencies": {
"@types/base-64": "^1.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"chai": "^4.3.6",
"form-data": "^4.0.0",
"mocha": "^9.2.2",
"mocha-multi": "^1.1.3",
"nock": "^13.0.4",
"nyc": "^15.1.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}