sqlite-browser
Version:
Query and page SQLite3 DBs from the command line
34 lines (33 loc) • 643 B
JSON
{
"name": "sqlite-browser",
"version": "0.1.1",
"description": "Query and page SQLite3 DBs from the command line",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sqlite-browser": "sqlite-browser"
},
"keywords": [
"sqlite",
"browser",
"sqlite3",
"browsing",
"pager",
"paging"
],
"author": "",
"license": "ISC",
"dependencies": {
"cnd": "^4.6.0",
"glob": "^7.1.4",
"icql": "^5.1.3",
"intertype": "^2.5.0",
"pipedreams": "^12.1.0",
"pspg": "^1.4.1"
},
"devDependencies": {
"guy-test": "^1.4.1"
}
}