forked from ory/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 844 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/hydra",
"version": "0.0.0",
"private": true,
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "{test,cypress}/**/*.js"
},
"scripts": {
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}",
"test": "cypress run",
"test:watch": "cypress open",
"wait-on": "wait-on",
"lint": "standard --fix \"test/**/*.js\" \"cypress/**/*.js\"",
"openapi-generator-cli": "openapi-generator-cli"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.1.18"
},
"devDependencies": {
"cypress": "^7.7.0",
"dayjs": "^1.10.6",
"jsonwebtoken": "^8.5.1",
"ory-prettier-styles": "1.1.2",
"prettier": "2.5.1",
"standard": "^12.0.1",
"wait-on": "^3.2.0"
}
}