generated from staart/api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 2.97 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ara",
"version": "2.19.0",
"publishConfig": {
"tag": "next"
},
"main": "index.js",
"repository": "[email protected]:staart/api.git",
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "staart dev",
"start": "staart start",
"build": "staart build SKIP-TSC && tsc",
"eject": "staart eject",
"build-babel": "staart build-babel",
"launch": "staart launch",
"update": "staart update api",
"postinstall": "staart check",
"generate-docs": "staart docs",
"test": "jest --forceExit",
"snyk-protect": "snyk protect",
"semantic-release": "semantic-release"
},
"engines": {
"node": ">= 10.16.0"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
},
"devDependencies": {
"@prisma/cli": "^2.0.0-beta.7",
"@semantic-release/git": "^9.0.0",
"@types/cron": "^1.7.2",
"@types/fs-extra": "^9.0.1",
"@types/geolite2": "^2.0.0",
"@types/hapi__joi": "^17.1.0",
"@types/jest": "^25.2.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/mailparser": "^2.7.3",
"@types/mysql": "^2.15.12",
"@types/natural": "^0.6.3",
"@types/node": "^14.0.5",
"@types/node-emoji": "^1.8.1",
"@types/qrcode": "^1.3.4",
"@types/randomcolor": "^0.5.5",
"@types/request": "^2.48.5",
"@types/signale": "^1.4.1",
"@types/validator": "^13.0.0",
"@types/yaml": "^1.9.7",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"semantic-release": "^17.0.8",
"semantic-release-gitmoji": "^1.3.4",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3",
"yaml": "^1.10.0"
},
"dependencies": {
"@prisma/client": "^2.0.0-beta.7",
"@sentry/node": "^5.15.5",
"@staart/config": "^1.0.0",
"@staart/disposable-email": "^2.0.2",
"@staart/elasticsearch": "^2.2.2",
"@staart/errors": "^2.1.1",
"@staart/mail": "^2.2.0",
"@staart/messages": "^2.1.2",
"@staart/mustache-markdown": "^3.0.2",
"@staart/payments": "^3.3.1",
"@staart/redis": "^2.2.1",
"@staart/scripts": "^1.16.1",
"@staart/server": "^2.7.0",
"@staart/text": "^2.3.0",
"@staart/validate": "^3.0.1",
"axios": "^0.19.2",
"calendar-link": "^1.3.0",
"calendar-slots": "^1.4.1",
"chrono-node": "^1.4.6",
"client-oauth2": "^4.3.0",
"cron": "^1.8.2",
"email-signature-detector": "0.0.6",
"fs-extra": "^9.0.0",
"geolite2-redist": "^1.0.7",
"googleapis": "^51.0.0",
"jsonwebtoken": "^8.5.1",
"mailparser": "^2.7.7",
"maxmind": "^4.1.1",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"mysql": "^2.18.1",
"natural": "^2.1.5",
"node-email-reply-parser": "^0.1.1",
"node-emoji": "^1.10.0",
"otplib": "^12.0.1",
"qrcode": "^1.4.4",
"random-int": "^2.0.1",
"randomcolor": "^0.5.4",
"snyk": "^1.327.0",
"systeminformation": "^4.26.4"
},
"files": [
"setup"
],
"snyk": true,
"staart-version": "1.3.157"
}