UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@cloudant/couchbackup",
3 "version": "2.7.0",
4 "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5 "homepage": "https://github.com/cloudant/couchbackup",
6 "repository": "https://github.com/cloudant/couchbackup.git",
7 "keywords": [
8 "CouchDB",
9 "Cloudant",
10 "couch",
11 "backup",
12 "command-line"
13 ],
14 "bugs": {
15 "url": "https://github.com/cloudant/couchbackup/issues",
16 "email": "support@cloudant.com"
17 },
18 "license": "Apache-2.0",
19 "engines": {
20 "node": ">=12"
21 },
22 "dependencies": {
23 "@ibm-cloud/cloudant": "0.0.18",
24 "tough-cookie": "^4.0.0",
25 "retry-axios": "^2.4.0",
26 "async": "^3.1.0",
27 "commander": "^5.0.0",
28 "debug": "~4.1.0",
29 "tmp": "0.2.1"
30 },
31 "main": "app.js",
32 "bin": {
33 "couchbackup": "bin/couchbackup.bin.js",
34 "couchrestore": "bin/couchrestore.bin.js"
35 },
36 "devDependencies": {
37 "eslint": "^6.8.0",
38 "eslint-config-semistandard": "^15.0.0",
39 "eslint-config-standard": "^14.1.1",
40 "eslint-plugin-header": "^2.0.0",
41 "eslint-plugin-import": "^2.8.0",
42 "eslint-plugin-node": "^11.0.0",
43 "eslint-plugin-promise": "^4.0.0",
44 "eslint-plugin-react": "^7.14.2",
45 "eslint-plugin-standard": "^4.0.0",
46 "http-proxy": "^1.16.2",
47 "jsdoc": "^3.6.7",
48 "mocha": "^8.1.3",
49 "nock": "^12.0.0",
50 "rewire": "^5.0.0",
51 "tail": "^2.0.0",
52 "toxy": "^0.3.16",
53 "uuid": "^7.0.0"
54 },
55 "scripts": {
56 "test": "eslint --ignore-path .gitignore . && mocha --grep \"#unit\""
57 },
58 "greenkeeper": {
59 "ignore": [
60 "eslint"
61 ]
62 }
63}