-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path\
37 lines (37 loc) · 768 Bytes
/
\
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@demmings/gssql",
"version": "1.0.0",
"description": "Google Sheets QUERY function replacement using real SQL select syntax.",
"main": "testGsSql.js",
"files": "./src",
"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"
},
"devDependencies": {
"mocha": "^10.0.0"
}
}