forked from Shagital/db-dumper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 806 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": "@tonxxd/db-dumper",
"version": "1.0.5",
"description": "A nodejs package to quickly dumb DB to file. Supports Mysql, PostgreSQL, MongoDB and SQLite",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"adonisjs",
"node",
"db-dump",
"mysql",
"postgresql",
"mongodb",
"sqlite",
"mongodump",
"mysqldump",
"pg_dump",
"dump"
],
"author": "Zacchaeus Bolaji <zacchaeus@shagital.com>",
"license": "MIT",
"devDependencies": {
"jest": "^26.4.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tonxxd/db-dumper.git"
},
"homepage": "https://github.com/tonxxd/db-dumper"
}