-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.29 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
46
47
48
49
50
51
{
"name": "cht-couch2pg",
"version": "3.6.2",
"description": "Replicate CHT data from CouchDB to postgres database",
"main": "index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/medic/cht-couch2pg.git"
},
"bin": {
"replicate-medic": "./index.js"
},
"scripts": {
"watch": "jest --projects jest-*.config.js --watchAll",
"semantic-release": "semantic-release"
},
"dependencies": {
"chalk": "2.4.1",
"clui": "0.3.6",
"couch2pg": "^0.7.1",
"figlet": "1.2.0",
"inquirer": "^3.0.6",
"loglevel": "^1.4.1",
"loglevel-message-prefix": "^3.0.0",
"pg": "^8.0.0",
"pg-format": "1.0.4",
"pg-promise": "^10.0.0",
"postgrator": "3.5.0",
"pouchdb-adapter-http": "^7.0.0",
"pouchdb-core": "^7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@semantic-release/git": "^10.0.1",
"chai": "^3.0.0",
"grunt": "^1.0.3",
"grunt-cli": "1.2.0",
"grunt-mocha-test": "0.13.3",
"gruntify-eslint": "4.0.0",
"husky": "^8.0.3",
"jest": "23.0.0",
"jest-runner-eslint": "0.5.0",
"jest-runner-mocha": "0.6.0",
"knex": "0.14.6",
"mocha": "5.1.1",
"semantic-release": "^18.0.0",
"sinon": "4.5.0"
}
}