add support heartbeat to couchdb-changes-stream
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "@hereconnect/couchdb-changes-stream",
|
||||
"version": "1.0.1",
|
||||
"type": "module",
|
||||
"repository": "https://github.com/Ti-webdev/couchdb-changes-stream",
|
||||
"bugs": "https://github.com/Ti-webdev/couchdb-changes-stream/issues",
|
||||
"description": "Stream CouchDB changes feed with support for pause, resume, and reconnection in TypeScript.",
|
||||
"main": "./dist/CouchDBChangesStream.js",
|
||||
"types": "./dist/CouchDBChangesStream.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/CouchDBChangesStream.js",
|
||||
"default": "./dist/CouchDBChangesStream.js"
|
||||
}
|
||||
},
|
||||
"browser": "./dist/CouchDBChangesStream.js",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"prepublishOnly": "npm run build",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"couchdb",
|
||||
"changes feed",
|
||||
"typescript",
|
||||
"stream",
|
||||
"reconnection"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@jest/types": "^29.6.3",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^20.17.9",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"fast-check": "^3.23.1",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^3.4.1",
|
||||
"ts-jest": "^29.2.5",
|
||||
"typescript": "^5.7.2",
|
||||
"vitest": "^0.34.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user