rbql
Version:
Rainbow Query Language
23 lines (22 loc) • 630 B
JSON
{
"name": "rbql",
"version": "0.30.0",
"description": "Rainbow Query Language",
"keywords": ["CSV", "TSV", "spreadsheet", "SQL", "SQL-like", "transpiler", "CLI", "command-line", "library", "browser", "Node", "select", "update", "join"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mechatroner/RBQL.git"
},
"author": "Dmitry Ignatovich",
"license": "MIT",
"bugs": {
"url": "https://github.com/mechatroner/RBQL/issues"
},
"homepage": "https://rbql.org",
"bin": {
"rbql-js": "./cli_rbql.js"
}
}