-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"name": "medata_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon --watch src --ext ts --exec ts-node src/index.ts",
"build": "tsc",
"prisma": "prisma"
},
"prisma": {
"schema": "./prisma/schema.prisma"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@detox/crypto": "^0.7.1",
"@prisma/client": "^5.19.1",
"@types/validator": "^13.12.1",
"axios": "^1.7.3",
"bech32": "^2.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"elastic-apm-node": "^4.9.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"node-cache": "^5.1.2",
"nodemon": "^3.1.5",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"swagger-ui-express": "^5.0.1",
"validator": "^13.12.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.2.0",
"@types/passport": "^1.0.16",
"@types/passport-google-oauth20": "^2.0.16",
"@types/swagger-ui-express": "^4.1.6",
"@types/ws": "^8.5.12",
"perf_hooks": "^0.0.1",
"prisma": "^5.19.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}