-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "@emma/server",
"version": "0.2.9",
"scripts": {
"prisma:generate": "POSTGRESQL_URL='' prisma2 generate",
"prisma:migrate": "prisma2 lift up"
},
"dependencies": {
"@prisma/photon": "^2.0.0-preview018",
"algoliasearch": "3.35.1",
"crypto": "^1.0.1",
"express": "4.17.1",
"fp-ts": "2.2.0",
"io-ts": "2.0.1",
"js-yaml": "^3.13.1",
"jsonwebtoken": "8.5.1",
"lodash": "^4.17.15",
"object-hash": "^2.0.1",
"prisma2": "^2.0.0-preview018",
"probot": "9.6.6"
},
"devDependencies": {
"@types/algoliasearch": "3.34.7",
"@types/express": "4.17.2",
"@types/js-yaml": "^3.12.1",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "^4.14.149",
"@types/node": "12.20.55",
"@types/object-hash": "^1.3.0",
"@types/supertest": "^2.0.8",
"execa": "3.4.0",
"husky": "3.1.0",
"lerna": "3.19.0",
"nock": "^11.7.0",
"prisma2": "2.0.0-preview016.2",
"supertest": "^4.0.2",
"ts-jest": "24.2.0",
"ts-node": "8.5.4",
"ts-node-dev": "1.0.0-pre.44",
"typescript": "3.7.3"
},
"license": "MIT"
}