-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 974 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pg-unused-index-tui",
"version": "1.0.9",
"description": "TUI for showing unused indexes of Postgres",
"main": "src/main.cljs",
"repository": {
"type": "git",
"url": "git://github.com/darky/pg-unused-index-tui.git"
},
"files": [
"src"
],
"bin": {
"pg-unused-index-tui": "./src/main.cljs"
},
"scripts": {
"dev": "nbb --classpath \"src\" nrepl-server",
"start": "./src/main.cljs",
"test": "nbb --classpath \"src:test\" test/maintest.cljs"
},
"keywords": [
"pg",
"postgres",
"unused",
"index",
"tui"
],
"author": "Vladislav Botvin",
"license": "MIT",
"dependencies": {
"ink": "^3.2.0",
"ink-big-text": "^1.2.0",
"ink-table": "^3.0.0",
"ink-text-input": "^4.0.3",
"nbb": "^1.0.149",
"pg": "^8.8.0",
"pg-connection-string": "^2.5.0",
"rocket-pipes-slim": "^0.11.0"
},
"devDependencies": {
"ink-testing-library": "2.1.0",
"uvu": "0.5.6"
}
}