@rsweeten/dropbox-sync
Version:
Reusable Dropbox synchronization module with framework adapters
78 lines (77 loc) • 1.68 kB
JSON
{
"name": "@rsweeten/dropbox-sync",
"version": "0.1.3",
"description": "Reusable Dropbox synchronization module with framework adapters",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sweetenr/dropbox-sync-service.git"
},
"homepage": "https://github.com/sweetenr/dropbox-sync-service#readme",
"bugs": {
"url": "https://github.com/sweetenr/dropbox-sync-service/issues"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"dropbox",
"sync",
"upload",
"download",
"file-sync"
],
"author": "",
"license": "MIT",
"dependencies": {
"dropbox": "^10.34.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@angular/common": "^19.2.11",
"@angular/core": "^19.2.11",
"@sveltejs/kit": "^2.21.1",
"@types/angular": "^1.8.9",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.0",
"h3": "^1.11.1",
"jest": "^29.5.0",
"next": "^15.3.2",
"nuxt": "^3.10.3",
"rxjs": "^7.8.2",
"svelte": "^5.31.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@angular/core": ">=14.0.0",
"next": ">=13.0.0",
"nuxt": ">=3.0.0",
"svelte": ">=3.0.0"
},
"peerDependenciesMeta": {
"next": {
"optional": true
},
"svelte": {
"optional": true
},
"@angular/core": {
"optional": true
},
"nuxt": {
"optional": true
}
},
"volta": {
"node": "20.19.2"
}
}