-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 821 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 821 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
{
"name": "@paybook/sync-js",
"version": "2.0.2",
"description": "Syncfy library for Node.js",
"main": "src/sync.js",
"scripts": {
"test:simple": "node unit_tests/simple_flow_ut.js",
"test:sat-ciec": "node unit_tests/sat_ciec_flow_ut.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paybook/sync-js"
},
"keywords": [
"sync",
"paybook"
],
"files": [
"src"
],
"author": "aldo.escobar@paybook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Paybook/sync-js"
},
"homepage": "https://github.com/Paybook/sync-js#readme",
"devDependencies": {
"dotenv": "8.2.0",
"eslint": "5.16.0",
"pretty-js": "0.2.1",
"websocket": "^1.0.34",
"wtfnode": "^0.9.1"
},
"dependencies": {
"node-fetch": "^2.6.13"
}
}