-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
{
"name": "@kathondvla/sri4node-security-api",
"description": "A module to connect sri4node backends to the sri security api (https://github.com/rodrigouroz/sri-security-api)",
"main": "main.js",
"scripts": {
"test": "mocha",
"testUtils": "mocha test/testIsPathAllowedBasedOnResourcesRaw.js",
"lint": "eslint main.js js test"
},
"repository": {
"type": "git",
"url": "https://github.com/rodrigouroz/sri4node-security-api.git"
},
"keywords": [
"sri4node",
"vsko"
],
"author": "Rodrigo Uroz <[email protected]>",
"license": "UNLICENSED",
"homepage": "https://github.com/rodrigouroz/sri4node-security-api",
"devDependencies": {
"@types/mocha": "^10.0.1",
"chai": "^4.3.4",
"eslint": "^8.39.0",
"mocha": "^9.1.1",
"nock": "^2.17.0",
"sri4node": "https://github.com/katholiek-onderwijs-vlaanderen/sri4node.git#v2.3.10"
},
"dependencies": {
"@kathondvla/sri-client": "^3.0.24",
"expiry-map": "^2.0.0",
"lodash": "^4.17.21",
"p-every": "^2.0.0",
"p-map": "^4.0.0",
"p-memoize": "^4.0.4"
}
}