-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
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": "db-migrate-cockroachdb",
"version": "5.7.2",
"description": "A cockroachdb driver for db-migrate.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests needed yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-migrate/cockroachdb.git"
},
"keywords": [
"db-migrate",
"dbmigrate",
"migrate",
"db",
"database",
"migration",
"driver",
"cockroach",
"roach",
"roachdb",
"cockroachdb"
],
"author": "Tobias Gurtzick <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/cockroachdb/issues"
},
"homepage": "https://github.com/db-migrate/cockroachdb#readme",
"dependencies": {
"bluebird": "^3.5.0",
"db-migrate-pg": "^1.4.2",
"pg": "^8.0.2"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}