-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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": "visa-js",
"version": "1.0.27",
"type": "module",
"description": "Simple and flexible Access Control Manager based on Attribute Based Access Control (ABAC) paradigm that works well with Express and Passport or independently",
"main": "index.cjs",
"scripts": {
"test": "jest --coverage",
"lint": "eslint . --ext .js,.cjs",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ZenitechSoftware/visa-js.git"
},
"keywords": [
"access",
"control",
"ABAC",
"authorization",
"authorize",
"visa",
"visajs",
"visa.js"
],
"author": "Zenitech.co.uk",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZenitechSoftware/visa-js/issues"
},
"homepage": "https://github.com/ZenitechSoftware/visa-js#readme",
"devDependencies": {
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"express": "^5.2.1",
"jest": "^30.3.0",
"passport": "^0.7.0",
"prettier": "^3.8.3",
"supertest": "^7.2.2"
}
}