-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 964 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 964 Bytes
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
{
"name": "@stl-api/prisma",
"version": "0.2.4",
"description": "prisma plugin for stainless api",
"author": "dev@stainlessapi.com",
"repository": {
"type": "git",
"url": "https://github.com/stainless-api/stl-api.git",
"directory": "packages/prisma"
},
"homepage": "https://github.com/stainless-api/stl-api/tree/main/packages/prisma",
"bugs": {
"url": "https://github.com/stainless-api/stl-api/issues"
},
"keywords": [
"stainless",
"api",
"prisma"
],
"license": "ISC",
"source": "src/prismaPlugin.ts",
"main": "dist/prismaPlugin.js",
"types": "dist/prismaPlugin.d.ts",
"scripts": {
"clean": "rimraf dist *.tsbuildinfo"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.3",
"typescript": "^5.3.2"
},
"dependencies": {
"lodash": "^4.17.21",
"stainless": "workspace:*",
"zod": "^4.3.6"
},
"peerDependencies": {
"prisma": "^4.0.0"
}
}