-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 924 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
45
{
"name": "pg-json-schema-export",
"version": "0.13.7",
"description": "Export a PostgreSQL schema as JSON",
"main": "index.js",
"dependencies": {
"bluebird": "^3.7.2",
"knex": "^0.20",
"lodash": "^4.17",
"pg": "^7.17.1"
},
"devDependencies": {
"mocha": "^7.0.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/tjwebb/pg-json-schema-export.git"
},
"keywords": [
"postgres",
"pg",
"schema",
"export",
"dump",
"json",
"etl",
"migration",
"replication",
"transform",
"extract",
"information_schema",
"pg",
"waterline",
"sails"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwebb/pg-json-schema-export/issues"
},
"homepage": "https://github.com/tjwebb/pg-json-schema-export"
}