-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
46
47
48
49
{
"name": "jerryquu",
"version": "0.0.0-semantic-release",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "mocha --reporter spec --timeout 100000 --colors --exit",
"semantic-release": "semantic-release"
},
"author": "Buzzertech <support@buzzertech.com>",
"bugs": {
"url": "https://github.com/buzzertech/jerryquu/issues"
},
"homepage": "https://github.com/buzzertech/jerryquu#readme",
"repository": {
"type": "git",
"url": "https://github.com/buzzertech/jerryquu.git"
},
"keywords": [
"email-queue",
"nodejs",
"redis-queue",
"pubsub",
"redis",
"queue",
"typescript",
"nodemailer-queue"
],
"license": "MIT",
"release": {
"verifyConditions": "condition-circle"
},
"devDependencies": {
"@types/chai": "^4.1.5",
"@types/mocha": "^8.0.2",
"@types/nodemailer": "^4.6.5",
"chai": "^4.1.2",
"condition-circle": "^2.0.1",
"mocha": "^5.2.0",
"nodemailer-mock": "^1.3.14",
"redis-mock": "^0.51.0",
"semantic-release": "^15.9.17",
"sinon": "^9.0.3",
"typescript": "^3.1.1"
}
}