UNPKG

@cboulanger/zotero-sync-couchbase

Version:

Couchbase store for @retorquere/zotero-sync

41 lines (40 loc) 975 B
{ "name": "@cboulanger/zotero-sync-couchbase", "version": "1.0.7", "description": "Couchbase store for @retorquere/zotero-sync", "main": "src/index.js", "scripts": { "test": "tsc && ts-node test.ts", "tsc": "tsc -d", "prepublishOnly": "npm install && npm run tsc", "go": "npm run tsc && npm version patch && npm publish --access public", "postversion": "git push --follow-tags" }, "files": [ "README.md", "src/index.js", "src/index.d.ts", "package.json", "tsconfig.json", "test.ts", ".env.dist" ], "keywords": [ "zotero", "zotero-sync", "couchbase" ], "author": "Christian Boulanger (@cboulanger) infoy@bibliograph.org", "license": "ISC", "dependencies": { "@retorquere/zotero-sync": "^1.0.23", "couchbase": "3.1.0" }, "devDependencies": { "@types/node": "^14.14.41", "dotenv": "^8.2.0", "gauge": "^2.7.4", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }