forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 882 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
{
"private": true,
"scripts": {
"openapi-generator-cli": "openapi-generator-cli",
"test": "cypress run --browser chrome",
"test:watch": "cypress open --browser chrome",
"text-run": "exit 0",
"wait-on": "wait-on"
},
"prettier": "ory-prettier-styles",
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.6.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@ory/kratos-client": "0.0.0-next.8d3b018594f7",
"@types/node": "^16.9.6",
"@types/uuid": "^8.3.4",
"@types/yamljs": "^0.2.31",
"chrome-remote-interface": "^0.31.0",
"cypress": "^9.6.0",
"dayjs": "^1.10.4",
"got": "^11.8.2",
"license-checker": "^25.0.1",
"ory-prettier-styles": "1.3.0",
"otplib": "^12.0.1",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "^2.2.18",
"typescript": "^4.4.3",
"wait-on": "5.3.0"
}
}