forked from monken/node-pbac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
30
31
32
33
34
35
{
"name": "@granodigital/pbac",
"version": "0.3.2",
"description": "AWS IAM Policy inspired and (mostly) compatible evaluation engine",
"dependencies": {
"debug": "^4.3.5",
"ipcheck": "^0.1.0",
"lodash": "^4.17.23",
"z-schema": "^5.0.3"
},
"scripts": {
"test": "mocha --bail t/",
"docs": "cat output/intro.md LICENSE > README.md && doctoc --title Contents README.md"
},
"devDependencies": {
"doctoc": "^2.2.0",
"mocha": "^10.8.2",
"semantic-release": "^25.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/granodigital/node-pbac.git"
},
"main": "pbac.js",
"author": "Moritz Onken <onken@netcubed.de>",
"license": "MIT",
"files": [
"pbac.js",
"schema.json",
"conditions.js"
],
"publishConfig": {
"@granodigital:registry": "https://npm.pkg.github.com"
}
}