-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "cybersource-rest-client",
"version": "0.0.63",
"description": "Node.js SDK for the CyberSource REST API",
"author": "[email protected]",
"license": "CyberSource",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"axios": "1.7.4",
"axios-cookiejar-support": "4.0.7",
"tough-cookie": "4.1.3",
"https-proxy-agent": "^7.0.0",
"app-root-path": "^3.1.0",
"chai": "^4.3.1",
"chai-as-promised": "^7.1.1",
"jwt-simple": "^0.5.6",
"memory-cache": "^0.2.0",
"node-forge": ">=1.0.0",
"promise": "^8.3.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"node-jose": "^2.2.0",
"jwk-to-pem": "^2.0.5"
},
"keywords": [
"nodeJS"
],
"devDependencies": {
"@sinonjs/formatio": "5.0.1",
"expect.js": "~0.3.1",
"mocha": "^10.2.0",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.1.0",
"sonar-scanner": "^3.1.0"
}
}