-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
45
{
"name": "@oneidentity/safeguard",
"version": "7.4.0",
"description": "One Identity Safeguard JavaScript SDK",
"main": "src/safeguard.js",
"browser": {
"ssl-root-cas": false
},
"files": [
"src"
],
"scripts": {
"test": "mocha --timeout 30000 test/unitTests.js",
"integration": "mocha --timeout 30000 test/integrationTests.js",
"build": "powershell.exe .\\build.ps1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneIdentity/safeguard.js.git"
},
"keywords": [
"One",
"Identity",
"Safeguard",
"Privileged",
"Passwords"
],
"author": "Safeguard DevOps <[email protected]> (https://www.oneidentity.com/products/one-identity-safeguard-for-privileged-passwords/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OneIdentity/safeguard.js/issues"
},
"homepage": "https://github.com/OneIdentity/safeguard.js#readme",
"dependencies": {
"@microsoft/signalr": "^5.0.4",
"axios": "^0.21.1",
"ssl-root-cas": "^1.3.1",
"crypto-js": "~4.1.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"mocha": "^8.3.2",
"uglify-js": "^3.17.3"
}
}