-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 773 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
{
"name": "@dnap/knex-clickhouse-dialect",
"version": "1.0.2",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DnAp/KnexClickhouseDialect.git"
},
"keywords": [],
"author": "Anatolii Lebedev",
"license": "MIT",
"dependencies": {
"clickhouse": "^2.6.0",
"knex": "^2.4.0",
"lodash": "^4.17.21",
"sqlstring": "^2.3.3"
},
"devDependencies": {
"@types/node": "^14.14.6",
"mocha": "^10.2.0",
"chai": "^4.3.6"
},
"bugs": {
"url": "https://github.com/DnAp/KnexClickhouseDialect/issues"
},
"homepage": "https://github.com/DnAp/KnexClickhouseDialect#readme",
"directories": {
"test": "tests"
},
"description": ""
}