-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "dakiya",
"version": "0.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/arn4v/dakiya",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tsup src/index.ts --dts",
"prepare": "yarn build",
"test": "jest",
"test:coverage": "yarn test --coverage",
"prepublish": "yarn prepare"
},
"dependencies": {
"date-fns": "^2.29.2",
"mongodb": "^4.9.0",
"mongodb-memory-server": "^8.9.1",
"ms": "canary",
"node-cron": "^3.0.2",
"nodemailer": "^6.7.8",
"tsup": "^6.2.3",
"underscore": "^1.13.4",
"zod": "^3.18.0"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.14",
"@types/node-cron": "^3.0.2",
"@types/nodemailer": "^6.4.5",
"@types/underscore": "^1.11.4",
"jest": "^28",
"jest-smtp": "^0.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"packageManager": "[email protected]"
}