earlect
Version:
Leader Election Generic Implementation for TypeScript
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "earlect",
"version": "1.0.0",
"description": "Leader Election Generic Implementation for TypeScript",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon --watch src --ext ts --exec ts-node --delay 1 src/test/main.ts | pino-pretty -c -t SYS:standard -i pid,hostname",
"build": "tsc",
"prod": "node dist/test/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adi/earlect.git"
},
"keywords": [
"earl",
"viking",
"hall",
"election",
"typescript",
"javascript"
],
"author": "Adrian Punga <adrian.punga@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adi/earlect/issues"
},
"homepage": "https://github.com/adi/earlect#readme",
"devDependencies": {
"nodemon": "^2.0.2",
"pino-pretty": "^3.5.0",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
"ts-nats": "^1.2.4"
},
"dependencies": {
"@types/node": "^13.1.6",
"@types/pino": "^5.15.3",
"pino": "^5.16.0"
}
}