UNPKG

@cloki/clickhouse-sql

Version:
40 lines (39 loc) 1.14 kB
{ "name": "@cloki/clickhouse-sql", "version": "1.2.11", "description": "Clickhouse SQL Dialect interface", "main": "index.js", "jsnext:main": "src/index.js", "module": "src/index.js", "scripts": { "compile": "npx babel ./src/index.js -s -d ./dist/", "build": "npm run compile", "test": "nyc mocha --recursive ./test -R spec", "report": "nyc report --reporter=lcov > coverage.lcov && codecov", "simpletest": "mocha --recursive ./test -R spec", "torturetest": "TORTURE=1 mocha -gc --recursive ./test -R spec" }, "homepage": "https://github.com/metrico/node-clickhouse-sql", "repository": { "type": "git", "url": "git+ssh://git@github.com/metrico/node-clickhouse-sql.git" }, "keywords": [ "clickhouse", "database", "db", "sql" ], "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/node": "^7.15.8", "@babel/plugin-transform-runtime": "^7.15.8", "@babel/preset-env": "^7.15.8", "babel-cli": "^6.26.0", "core-js": "^3.18.3", "mocha": "^9.1.3", "nyc": "^15.0.1" }, "license": "SEE LICENSE IN LICENSE" }