forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 723 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 723 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
{
"private": true,
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "test/e2e/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",
"openapi-generator-cli": "openapi-generator-cli",
"wait-on": "wait-on",
"text-run": "exit 0"
},
"devDependencies": {
"cypress": "7.0.0",
"dayjs": "^1.10.4",
"ory-prettier-styles": "1.1.1",
"prettier": "2.2.1",
"wait-on": "5.3.0"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.1.18",
"yamljs": "^0.3.0"
}
}