icql-dba
Version:
An SQLite DB Adapter built with BetterSQLite3
37 lines • 932 B
JSON
{
"name": "icql-dba",
"version": "10.1.0",
"description": "An SQLite DB Adapter built with BetterSQLite3",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/loveencounterflow/icql-dba.git"
},
"keywords": [
"sql",
"sqlite",
"db",
"yesql"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/icql-dba/issues"
},
"homepage": "https://github.com/loveencounterflow/icql-dba#readme",
"dependencies": {
"cnd": "9.2.2",
"csv-parser": "^3.0.0",
"guy": "^2.0.0",
"intertype": "7.6.7",
"letsfreezethat": "^3.1.0",
"mysql-tokenizer": "^1.0.7",
"n-readlines": "^1.0.1",
"tempy": "^1.0.1"
},
"scripts": {
"build": "coffee --map -o lib -c src",
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/datom'",
"preinstall": "./build-sqlite3"
}
}