-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 912 Bytes
/
package.json
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
{
"name": "gensql.query",
"version": "1.0.0",
"description": "![tests](https://github.com/OpenGen/GenSQL.query/workflows/tests/badge.svg) ![linter](https://github.com/OpenGen/GenSQL.query/workflows/linter/badge.svg)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenGen/GenSQL.query.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenGen/GenSQL.query/issues"
},
"homepage": "https://github.com/OpenGen/GenSQL.query#readme",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"shadow-cljs": "^2.27.5"
},
"dependencies": {
"memoizee": "^0.4.15",
"vega-lite": "^5.18.1"
}
}