-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "@chuva.io/sisp",
"version": "2.2.1",
"description": "This module simplifies getting started with processing Vinti4, Visa, and Mastercard payments using SISP on Node.js.",
"main": "./src/index.js",
"scripts": {
"test": "NODE_ENV=test jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuva-io/sisp_payments_js.git"
},
"keywords": [
"vinti4",
"sisp",
"payments"
],
"author": "Chuva, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/chuva-io/sisp_payments_js/issues"
},
"homepage": "https://github.com/chuva-io/sisp_payments_js#readme",
"dependencies": {
"btoa": "^1.2.1",
"date-fns": "^2.23.0",
"joi": "^17.7.0",
"js-sha512": "^0.8.0",
"qs": "^6.11.0"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^26.1.0",
"supertest": "^4.0.2"
}
}