-
Notifications
You must be signed in to change notification settings - Fork 384
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 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
{
"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"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "2.11.0",
"@connectrpc/protoc-gen-connect-es": "1.7.0",
"@openapitools/openapi-generator-cli": "2.26.0",
"@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": {
"@bufbuild/protoc-gen-es": "2.11.0",
"axios": ">=1.15.2",
"glob": ">=11.1.0",
"tar": ">=7.5.10",
"grpc_tools_node_protoc_ts": {
"handlebars": "4.7.9"
},
"shell-quote": "1.8.4",
"@nestjs/core": "11.1.19"
}
}