forked from ory/oathkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 802 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
{
"name": "@oryd/oathkeeper",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"doctoc": "doctoc README.md",
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}",
"postinstall": "opencollective postinstall"
},
"browser": {
"fs": false
},
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "(contrib/**/*.{js,md,json,yml})|*.md"
},
"devDependencies": {
"doctoc": "^2.0.0",
"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"
}
}