@demmings/gssql
Version:
Google Sheets QUERY function replacement using real SQL select syntax.
35 lines (34 loc) • 742 B
JSON
{
"name": "@demmings/gssql",
"version": "1.3.50",
"description": "Google Sheets QUERY function replacement using real SQL select syntax.",
"main": "testGsSql.js",
"files": ["./src", "src", "img", "dist"],
"scripts": {
"test": "node ./testGsSql.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demmings/gsSQL.git"
},
"keywords": [
"Google",
"Sheets",
"Query",
"SQL",
"select",
"customfunction"
],
"author": "demmings",
"license": "ISC",
"bugs": {
"url": "https://github.com/demmings/gsSQL/issues"
},
"homepage": "https://github.com/demmings/gsSQL#readme",
"dependencies": {
"gas-local": "^1.3.1"
},
"directories": {
"test": "test"
}
}