-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 981 Bytes
/
package.json
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
36
37
38
39
40
41
42
{
"name": "boruta-client",
"version": "1.0.0",
"description": "A Typescript OpenId client",
"main": "dist/index.js",
"type": "module",
"directories": {
"test": "test"
},
"dependencies": {
"@cef-ebsi/wallet-lib": "^5.0.5",
"axios": "^0.21.1",
"boruta-client": "github:malach-it/boruta-client",
"jose": "^5.9.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^8.2.0",
"@types/nock": "^11.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.7.3",
"nock": "^13.0.7",
"ts-sinon": "^2.0.1"
},
"scripts": {
"test": "mocha ./test/**/*.test.ts --require ts-node/register",
"build": "tsc"
},
"keywords": [
"OAuth",
"OpenIDConnect",
"Client",
"Typescript"
],
"author": "Yoelis Acourt & Pascal Knoth",
"license": "MIT"
}