-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 880 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 880 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
36
37
38
39
40
{
"name": "payment-service-api",
"version": "1.0.0",
"description": "",
"main": "",
"ava": {
"files": [
"test/**/*.js",
"!test/support/*.js"
]
},
"scripts": {
"test": "ava"
},
"dependencies": {
"@sentry/node": "^5.15.5",
"atob": ">= 2.1.0",
"ava": "^1.0.0-rc.2",
"axios": "^0.19.0",
"deep-extend": ">= 0.5.1",
"express": "^4.16.2",
"get-stdin": "^5.0.1",
"lodash": ">=4.5.0",
"luxon": "^0.2.5",
"nock": "^9.1.6",
"pagarme": "4.4.1",
"pg": "^7",
"ramda": "^0.25.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/common-group/payment-service-api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/common-group/payment-service-api/issues"
},
"homepage": "https://github.com/common-group/payment-service-api#readme"
}