-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 795 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
28
29
30
31
32
{
"name": "@oryd/hydra",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "standard --fix \"test/**/*.js\" \"cypress/**/*.js\"",
"openapi-generator-cli": "openapi-generator-cli",
"test": "cypress run",
"test:watch": "cypress open",
"wait-on": "wait-on"
},
"prettier": "ory-prettier-styles",
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.24.0"
},
"devDependencies": {
"cypress": "9.7.0",
"dayjs": "1.11.18",
"doctoc": "^2.2.1",
"jsonwebtoken": "8.5.1",
"license-checker": "25.0.1",
"ory-prettier-styles": "1.3.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"standard": "17.1.2",
"uuid": "8.3.2",
"wait-on": "9.0.1"
},
"overrides": {
"axios": ">=1.12.0"
}
}