-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 793 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 793 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
33
34
35
{
"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": {
"proseWrap": "always",
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "2.30.2"
},
"devDependencies": {
"cypress": "9.7.0",
"dayjs": "1.11.20",
"doctoc": "2.4.0",
"jsonwebtoken": "8.5.1",
"license-checker": "25.0.1",
"prettier": "3.8.2",
"standard": "17.1.2",
"uuid": "8.3.2",
"wait-on": "9.0.1"
},
"overrides": {
"axios": ">=1.15.0",
"glob": ">=11.1.0"
}
}