-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1009 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
40
{
"name": "knex-mysqlssh-dialect",
"version": "1.1.14",
"description": "Based on a copy of the Knex MySQL dialect, use connection counting to wrap an ssh tunnel around a connection pool",
"main": "index.js",
"scripts": {
"coveralls": "jest --collectCoverage && cat ./coverage/lcov.info | coveralls",
"test": "jest --collectCoverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajoslin103/knex-mysqlssh-dialect.git"
},
"dependencies": {
"tunnel-ssh": "^4.1.4"
},
"keywords": [
"node",
"knex",
"dialect",
"mysql",
"ssh",
"adonis",
"remote",
"tunnel",
"jump"
],
"author": "allen joslin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajoslin103/knex-mysqlssh-dialect/issues"
},
"homepage": "https://github.com/ajoslin103/knex-mysqlssh-dialect#readme",
"devDependencies": {
"babel-runtime": "^6.26.0",
"bluebird": "^3.7.2",
"coveralls": "^3.0.9",
"jest": "^25.1.0"
}
}