-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 880 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
{
"name": "talonjs",
"version": "1.0.28",
"description": "Javascript port of the Mailgun/Talon library.",
"main": "bin/Talon.js",
"types": "bin/Talon.d.ts",
"repository": "https://github.com/quentez/talonjs",
"scripts": {
"prepublish": "node node_modules/typescript/bin/tsc -d",
"pretest": "node node_modules/typescript/bin/tsc",
"test": "node node_modules/mocha/bin/_mocha -t 20000 tests/*.js"
},
"author": "FrontApp Inc.",
"license": "MIT",
"resolutions": {
"lodash": "4.17.15",
"lodash.merge": "4.6.2"
},
"devDependencies": {
"@types/cheerio": "0.22.13",
"chai": "4.2.0",
"front-async": "0.9.2-1",
"mailparser": "0.6.1",
"mocha": "6.2.0",
"retyped-xpath-tsd-ambient": "0.0.7-0",
"typescript": "3.6.2"
},
"dependencies": {
"cheerio": "0.22.0",
"xmldom": "0.1.27",
"xpath": "0.0.27"
}
}