-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 919 Bytes
/
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
{
"name": "integrator-node",
"version": "0.8.0",
"description": "A integration tool between systems, platforms and protocols",
"homepage": "https://github.com/caiquecastro/integrator-node",
"repository": {
"url": "https://github.com/caiquecastro/integrator-node"
},
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "nyc mocha __tests__/**/*.spec.js",
"lint": "eslint ."
},
"keywords": [
"integration",
"tool"
],
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"mocha": "^10.2.0",
"nock": "^13.3.2",
"nyc": "^15.1.0"
},
"dependencies": {
"csv": "^6.3.0",
"got": "^11.8.6",
"knex": "^2.5.1",
"mysql2": "^3.5.1",
"pg": "^8.11.1",
"sqlite3": "^5.1.6",
"tedious": "^16.2.0",
"yargs": "^17.7.2"
}
}