-
Notifications
You must be signed in to change notification settings - Fork 381
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 862 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 862 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
{
"name": "@oryd/keto",
"version": "0.0.0",
"private": true,
"license": "Apache 2.0",
"browser": {
"fs": false
},
"scripts": {
"doctoc": "doctoc README.md",
"openapi-generator-cli": "openapi-generator-cli"
},
"prettier": {
"proseWrap": "always",
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "2.31.1",
"grpc_tools_node_protoc_ts": "5.3.3",
"grpc-tools": "1.13.1"
},
"devDependencies": {
"@ory/keto-namespace-types": "file:contrib/namespace-type-lib",
"doctoc": "2.4.0",
"license-checker": "25.0.1",
"prettier": "3.8.2",
"prettier-plugin-packagejson": "3.0.2"
},
"overrides": {
"axios": ">=1.15.0",
"glob": ">=11.1.0",
"tar": ">=7.5.10",
"grpc_tools_node_protoc_ts": {
"handlebars": "4.7.9"
}
}
}