-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
38
39
40
41
42
43
44
{
"name": "node-rules-system",
"version": "1.0.1",
"author": "cotenochek",
"license": "MIT",
"description": "Rights Manager, focused mainly on controlling HTTP requests and the file system, so that malicious modules do not cause damage to Your application!",
"homepage": "https://github.com/StormExecute/node-rules-system/#readme",
"repository": {
"type": "git",
"url": "https://github.com/StormExecute/node-rules-system.git"
},
"main": "lib/NRS.js",
"types": "@types/index.d.ts",
"scripts": {
"test": "node tests/index.js",
"malware": "node tests/_someMalware/run.js",
"trapper": "node tests/_someTrapper/run.js",
"nvm": "node tests/nvm.js",
"pack": "node webpack.config.js"
},
"engines": {
"node": ">=9.0.0"
},
"keywords": [
"node-rules",
"node-rules-system",
"secure",
"node",
"security",
"node-security",
"rights",
"manager",
"rights-manager"
],
"devDependencies": {
"axios": "^0.21.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
}
}