UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@cloudant/couchbackup",
3 "version": "2.8.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.21",
24 "tough-cookie": "^4.0.0",
25 "retry-axios": "^2.4.0",
26 "async": "^3.1.0",
27 "commander": "^8.3.0",
28 "debug": "~4.3.2",
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": "^8.2.0",
38 "eslint-config-semistandard": "^16.0.0",
39 "eslint-config-standard": "^16.0.3",
40 "eslint-plugin-header": "^3.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 "http-proxy": "^1.16.2",
46 "jsdoc": "^3.6.7",
47 "mocha": "^9.1.3",
48 "nock": "^13.2.1",
49 "tail": "^2.0.0",
50 "toxy": "^0.3.16",
51 "uuid": "^8.3.2"
52 },
53 "scripts": {
54 "lint": "eslint --ignore-path .gitignore .",
55 "unit": "mocha --grep \"#unit\"",
56 "test": "npm run lint && npm run unit"
57 }
58}