hydra/package.json

34 lines
818 B
JSON

{
"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.25.2"
},
"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",
"glob": ">=11.1.0"
}
}