-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 849 Bytes
/
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
{
"name": "platformatic-prisma",
"version": "1.2.0",
"description": "Generate migrations for your Platformatic DB using a Prisma schema",
"bin": "index.mjs",
"scripts": {},
"keywords": [
"platformatic",
"prisma"
],
"author": {
"name": "Kishan Gajera",
"url": "http://github.com/kgajera"
},
"repository": {
"type": "git",
"url": "https://github.com/kgajera/platformatic-prisma.git"
},
"bugs": {
"url": "https://github.com/kgajera/platformatic-prisma/issues"
},
"license": "MIT",
"files": [
"index.mjs"
],
"dependencies": {
"@platformatic/config": "^1.19.0",
"@platformatic/db": "^1.19.0",
"chalk": "^5.3.0",
"execa": "^8.0.1",
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
"prisma": ">=3.0.0"
},
"devDependencies": {
"prettier": "^3.2.4"
}
}