-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.12 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.12 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
{
"name": "goremind",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"prisma": "4.16.1"
}
},
"node_modules/@prisma/engines": {
"version": "4.16.1",
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-4.16.1.tgz",
"integrity": "sha512-gpZG0kGGxfemgvK/LghHdBIz+crHkZjzszja94xp4oytpsXrgt/Ice82MvPsWMleVIniKuARrowtsIsim0PFJQ==",
"hasInstallScript": true
},
"node_modules/prisma": {
"version": "4.16.1",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-4.16.1.tgz",
"integrity": "sha512-C2Xm7yxHxjFjjscBEW4tmoraPHH/Vyu/A0XABdbaFtoiOZARsxvOM7rwc2iZ0qVxbh0bGBGBWZUSXO/52/nHBQ==",
"hasInstallScript": true,
"dependencies": {
"@prisma/engines": "4.16.1"
},
"bin": {
"prisma": "build/index.js",
"prisma2": "build/index.js"
},
"engines": {
"node": ">=14.17"
}
}
}
}