UNPKG

eventstore-ts-client

Version:

Eventstore node.js javascript client library written in typescript with ES6 async/await syntax

104 lines (103 loc) 2.81 kB
{ "name": "eventstore-ts-client", "version": "0.6.2", "description": "Eventstore node.js javascript client library written in typescript with ES6 async/await syntax", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "./scripts/build.sh", "lint": "eslint --cache .", "lint:fix": "eslint . --fix", "test": "./scripts/allTest.sh", "nyc:all": "nyc --reporter=json --reporter=lcov --reporter=text mocha test/**/*.test.ts", "test:unit": "mocha test/1_unitTests/**/*.test.ts", "test:local": "mocha test/**/*.test.ts", "doc": "esdoc" }, "files": [ "dist/**/*" ], "pre-push": [ "lint" ], "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "engineStrict": true, "publishConfig": { "access": "public" }, "dependencies": { "@babel/core": "^7.6.4", "@types/bunyan": "^1.8.6", "@types/long": "^4.0.0", "@types/node": "^11.13.22", "@types/request-promise-native": "^1.0.17", "@types/uuid": "^3.4.5", "bunyan": "^1.8.12", "long": "^4.0.0", "protobufjs": "^6.8.8", "request": "^2.88.0", "request-promise-native": "^1.0.7", "uuid4": "^1.1.4" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^0.1.3", "@sebastianwessel/esdoc": "^2.1.0", "@sebastianwessel/esdoc-ecmascript-proposal-plugin": "latest", "@sebastianwessel/esdoc-integrate-manual-plugin": "latest", "@sebastianwessel/esdoc-standard-plugin": "latest", "@sebastianwessel/esdoc-typescript-plugin": "latest", "@types/chai": "^4.2.4", "@types/mocha": "^5.2.7", "@types/sinon": "^7.5.0", "@typescript-eslint/eslint-plugin": "^2.5.0", "@typescript-eslint/parser": "^2.5.0", "acorn": "^7.1.0", "chai": "^4.2.0", "esdoc-node": "^1.0.5", "eslint": "^6.5.1", "eslint-config-prettier": "^6.4.0", "eslint-plugin-json": "^2.0.1", "eslint-plugin-prettier": "^3.1.1", "git-pre-push": "0.0.5", "mocha": "^6.2.2", "nyc": "^14.1.1", "prettier": "^1.18.2", "sinon": "^7.5.0", "source-map-support": "^0.5.13", "ts-node": "^8.4.1", "typescript": "^3.6.4" }, "repository": { "type": "git", "url": "git+https://github.com/sebastianwessel/eventstore-ts-client.git" }, "keywords": [ "eventstore", "geteventstore", "event store", "node", "nodejs", "node.js", "javascript", "client", "typescript", "eventsource", "eventsourcing", "event sourcing", "cqrs", "ddd", "event", "es6", "async", "await" ], "author": "Sebastian Wessel", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sebastianwessel/eventstore-ts-client/issues" }, "homepage": "https://sebastianwessel.github.io/eventstore-ts-client/" }