forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 996 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
34
{
"private": true,
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "test/e2e/cypress/**/*{.ts,.js}"
},
"scripts": {
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}",
"test": "cypress run --browser chrome",
"test:watch": "cypress open --browser chrome",
"openapi-generator-cli": "openapi-generator-cli",
"wait-on": "wait-on",
"text-run": "exit 0"
},
"devDependencies": {
"@ory/kratos-client": "0.0.0-next.8d3b018594f7",
"@types/node": "^16.9.6",
"@types/yamljs": "^0.2.31",
"chrome-remote-interface": "^0.31.0",
"cypress": "^9.5.1",
"dayjs": "^1.10.4",
"got": "^11.8.2",
"ory-prettier-styles": "1.1.2",
"otplib": "^12.0.1",
"prettier": "2.3.2",
"typescript": "^4.4.3",
"wait-on": "5.3.0"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.1.18",
"yamljs": "^0.3.0"
}
}