UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@cloudant/couchbackup",
3 "version": "2.9.1",
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": "cldtsdks@us.ibm.com"
17 },
18 "license": "Apache-2.0",
19 "engines": {
20 "node": ">=14"
21 },
22 "dependencies": {
23 "@ibm-cloud/cloudant": "0.1.4",
24 "async": "^3.1.0",
25 "commander": "^9.0.0",
26 "debug": "~4.3.2",
27 "tmp": "0.2.1"
28 },
29 "peerDependencies": {
30 "ibm-cloud-sdk-core": "^2.17.10",
31 "retry-axios": "^2.6.0"
32 },
33 "main": "app.js",
34 "bin": {
35 "couchbackup": "bin/couchbackup.bin.js",
36 "couchrestore": "bin/couchrestore.bin.js"
37 },
38 "devDependencies": {
39 "eslint": "^8.2.0",
40 "eslint-config-semistandard": "^17.0.0",
41 "eslint-config-standard": "^17.0.0",
42 "eslint-plugin-header": "^3.0.0",
43 "eslint-plugin-import": "^2.8.0",
44 "eslint-plugin-node": "^11.0.0",
45 "eslint-plugin-promise": "^6.0.0",
46 "http-proxy": "^1.16.2",
47 "mocha": "^9.2.0",
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}