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
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"name": "@oryd/hydra",
"version": "0.0.0",
"description": "The official JavaScript / NodeJS SDK for ORY Hydra.",
"license": "Apache-2.0",
"main": "sdk/js/swagger/src/index.js",
"browser": {
"fs": false
},
"scripts": {
"format": "prettier --single-quote --trailing-comma none --write \"{test,cypress}/**/*.js\"",
"test": "cypress run",
"test:watch": "cypress open",
"wait-on": "wait-on",
"lint": "standard --fix \"test/**/*.js\" \"cypress/**/*.js\""
},
"dependencies": {
"express-cli": "0.0.1",
"superagent": "3.7.0"
},
"devDependencies": {
"cypress": "^3.2.0",
"npm-run-all": "^4.1.5",
"openid-client": "^2.4.5",
"prettier": "^1.17.0",
"standard": "^12.0.1",
"wait-on": "^3.2.0"
}
}