@bazilio-san/af-stream
Version:
Data stream from database table
84 lines (83 loc) • 2.14 kB
JSON
{
"name": "@bazilio-san/af-stream",
"version": "2.0.64",
"description": "Data stream from database table",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"author": "Viacheslav Makarov <vvmakarov@bazilio.ru>",
"license": "ISC",
"keywords": [
"stream",
"database",
"table",
"change data capture",
"cdc"
],
"productName": "AF stream",
"scripts": {
"clean": "shx rm -rf dist/*",
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.types.json",
"lint": "eslint . --ext .ts ",
"lint:fix": "eslint . --ext .ts --fix",
"test": "jest --config jest.config.js",
"pub": "npm run lint:fix && npm run clean && npm run build && npm publish",
"cb": "npm run clean && npm run build"
},
"dependencies": {
"cron": "^2.0.0",
"dotenv": "^16.0.1",
"luxon": "^2.4.0",
"mssql": "^8.1.2",
"pg": "^8.7.3",
"redis": "^4.2.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@jest/test-sequencer": "^28.1.1",
"@types/app-root-path": "^1.2.4",
"@types/cron": "^2.0.0",
"@types/jest": "^28.1.4",
"@types/luxon": "^2.3.2",
"@types/mssql": "^8.0.3",
"@types/node": "^18.0.1",
"@types/pg": "^8.6.5",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"af-logger": "^2.0.23",
"eslint-config-af-22": "^1.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^28.1.2",
"shx": "^0.3.4",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"tslog": "^3.3.3",
"typescript": "^4.7.4"
},
"np": {
"yarn": false,
"contents": "."
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/cjs/src",
"dist/esm",
"dist/types",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bazilio-san/af-stream.git"
},
"engines": {
"node": ">= 12",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}