db-to-cloud
Version:
Synchronize your database with a cloud drive i.e. Dropbox, Google Drive, OneDrive, Github, etc.
64 lines (63 loc) • 1.62 kB
JSON
{
"name": "db-to-cloud",
"version": "0.8.1",
"description": "Synchronize your database with a cloud drive i.e. Dropbox, Google Drive, OneDrive, Github, etc.",
"author": "eight04 <eight04@gmail.com>",
"license": "MIT",
"keywords": [
"github",
"google drive",
"dropbox",
"onedrive"
],
"scripts": {
"lint": "eslint . --cache",
"test": "npm run lint && c8 --reporter=lcov mocha -b",
"preversion": "npm test",
"version": "npm run build && git add .",
"postversion": "git push --follow-tags && npm publish",
"build": "rollup -c"
},
"main": "index.js",
"dependencies": {
"@eight04/read-write-lock": "^0.1.0",
"universal-base64": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@xmldom/xmldom": "^0.7.5",
"assert-set": "^0.1.0",
"c8": "^7.10.0",
"clipboardy": "^2.3.0",
"dotenv": "^10.0.0",
"eslint": "^8.4.1",
"form-data": "^4.0.0",
"make-fetch-happen": "^9.1.0",
"mocha": "^9.1.3",
"mocha-logger": "^1.0.7",
"rollup": "^2.60.2",
"rollup-plugin-cjs-es": "^1.0.1",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^12.0.1",
"tempdir-yaml": "^0.3.0",
"webdav-server": "^2.6.2"
},
"repository": "eight04/db-to-cloud",
"eslintIgnore": [
"coverage",
"dist"
],
"engines": {
"node": ">=8"
},
"files": [
"lib",
"dist"
],
"unpkg": "dist/db-to-cloud.min.js"
}