forked from ory/keto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 842 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
{
"name": "@oryd/keto",
"private": true,
"version": "0.0.0",
"license": "Apache 2.0",
"browser": {
"fs": false
},
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "(contrib/**/*.{js,md,json,yml})|*.md"
},
"devDependencies": {
"doctoc": "^2.0.1",
"opencollective": "^1.0.3",
"ory-prettier-styles": "^1.1.2",
"prettier": "2.2.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ory",
"logo": "https://opencollective.com/ory/logo.txt"
},
"dependencies": {
"grpc_tools_node_protoc_ts": "^5.3.2",
"grpc-tools": "^1.11.2"
},
"scripts": {
"doctoc": "doctoc README.md",
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}"
}
}