forked from staart/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) ยท 2.72 KB
/
package.json
File metadata and controls
103 lines (103 loc) ยท 2.72 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
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
{
"name": "@staart/api",
"version": "2.21.0",
"publishConfig": {
"tag": "next"
},
"main": "index.js",
"repository": "git@github.com:staart/api.git",
"author": "Anand Chowdhary <mail@anandchowdhary.com>",
"license": "MIT",
"scripts": {
"dev": "staart dev",
"start": "staart start",
"build": "staart build",
"eject": "staart eject",
"build-babel": "staart build-babel",
"launch": "staart launch",
"update": "staart update api",
"update-template": "update-template https://github.com/staart/api",
"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.6.2",
"@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.4",
"@types/jest": "^26.0.13",
"@types/jsonwebtoken": "^8.5.0",
"@types/mysql": "^2.15.15",
"@types/node": "^14.6.4",
"@types/node-emoji": "^1.8.1",
"@types/qrcode": "^1.3.5",
"@types/randomcolor": "^0.5.5",
"@types/request": "^2.48.5",
"@types/signale": "^1.4.1",
"@types/validator": "^13.1.0",
"@types/yaml": "^1.9.7",
"dotenv": "^8.2.0",
"jest": "^26.4.2",
"semantic-release": "^17.1.1",
"semantic-release-gitmoji": "^1.3.4",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2",
"update-template": "^1.1.1",
"yaml": "^1.10.0"
},
"dependencies": {
"@anandchowdhary/cosmic": "^1.0.0",
"@prisma/client": "^2.6.2",
"@sentry/node": "^5.22.3",
"@staart/config": "^1.0.1",
"@staart/disposable-email": "^2.0.3",
"@staart/elasticsearch": "^2.2.3",
"@staart/errors": "^2.1.2",
"@staart/mail": "^2.3.0",
"@staart/messages": "^2.1.3",
"@staart/mustache-markdown": "^3.0.3",
"@staart/payments": "^4.0.1",
"@staart/redis": "^2.3.1",
"@staart/scripts": "^1.17.1",
"@staart/server": "^2.7.1",
"@staart/text": "^2.3.1",
"@staart/validate": "^3.0.2",
"axios": "^0.20.0",
"casbin": "^5.1.3",
"client-oauth2": "^4.3.3",
"cron": "^1.8.2",
"fs-extra": "^9.0.1",
"geolite2-redist": "^1.0.7",
"jsonwebtoken": "^8.5.1",
"maxmind": "^4.1.4",
"mysql": "^2.18.1",
"node-emoji": "^1.10.0",
"otplib": "^12.0.1",
"qrcode": "^1.4.4",
"random-int": "^2.0.1",
"randomcolor": "^0.6.2",
"snyk": "^1.389.0",
"systeminformation": "^4.27.3",
"twt": "^1.2.0"
},
"files": [
"setup"
],
"snyk": true,
"staart-version": "1.3.157"
}