-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 737 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
{
"name": "pg-partisan",
"version": "0.2.2",
"description": "Partisan - CLI migration tool for PostgreSQL",
"main": "index.js",
"homepage": "https://github.com/damirka/pg-partisan",
"repository": {
"type": "git",
"url": "git://github.com/damirka/pg-partisan.git"
},
"keywords": [
"pg",
"sql",
"cli",
"postgres",
"migration",
"postgresql"
],
"author": "Damir Shamanaev <damirka.ru@gmail.com>",
"bin": {
"partisan": "./bin/partisan"
},
"scripts": {
"generate-docs": "./node_modules/.bin/jsdoc -c .jsdocrc --readme README.md lib"
},
"dependencies": {
"colors": "^1.1.2",
"pg": "^6.1.5"
},
"devDependencies": {
"jsdoc": "^3.4.3"
},
"license": "MIT"
}