forked from ory/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 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
{
"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.9.0",
"conventional-changelog-cli": "~2.2.2",
"doctoc": "^2.2.1"
},
"devDependencies": {
"cypress": "^9.7.0",
"dayjs": "^1.10.6",
"jsonwebtoken": "^8.5.1",
"license-checker": "^25.0.1",
"ory-prettier-styles": "1.3.0",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "^2.2.18",
"standard": "^12.0.1",
"uuid": "^8.3.2",
"wait-on": "^7.0.1"
}
}