This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "search-211-api",
"main": "dist/index.js",
"scripts": {
"start": "node .",
"dev": "nodemon -r dotenv/config src/index.ts",
"prebuild": "node scripts/prebuild",
"build": "tsc --build src"
},
"license": "GNU GPLv3",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.4",
"@types/jwk-to-pem": "^2.0.1",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.2",
"@types/koa-json": "^2.0.20",
"@types/koa-logger": "^3.1.1",
"@types/koa__cors": "^3.0.3",
"@types/koa__router": "^8.0.7",
"@types/luxon": "^2.0.0",
"@types/node": "^16.4.10",
"@types/uuid": "^8.3.1",
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"prisma": "^2.28.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@elastic/elasticsearch": "^7.13.0",
"@koa/cors": "^3.1.0",
"@koa/router": "^10.1.0",
"@prisma/client": "^2.28.0",
"aws-sdk": "^2.960.0",
"axios": "^0.21.2",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-helmet": "^6.1.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"luxon": "^2.0.2",
"query-string": "^7.0.1",
"uuid": "^8.3.2",
"validator": "^13.6.0"
}
}