-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
42
43
44
45
46
47
{
"name": "@hyperjumptech/monika-notification",
"version": "1.18.2",
"description": "notification package for monika",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepack": "npm run clean && tsc -b",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run prepack && npm pack"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperjumptech/monika"
},
"author": "@hyperjumptech",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperjumptech/monika/issues"
},
"homepage": "https://github.com/hyperjumptech/monika#readme",
"dependencies": {
"@sendgrid/mail": "7.7.0",
"axios": "0.27.2",
"date-fns": "2.30.0",
"form-data": "4.0.2",
"joi": "17.13.3",
"mailgen": "2.0.29",
"msw": "2.7.3",
"nodemailer": "6.10.0",
"pino": "8.21.0",
"sqlite": "4.2.1",
"sqlite3": "5.1.7"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-spies": "^1.0.6",
"@types/nodemailer": "^6.4.17",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-spies": "^1.1.0",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}