tedis-lock
Version:
A locking primitive using tedis
50 lines (49 loc) • 1.02 kB
JSON
{
"name": "tedis-lock",
"version": "0.1.1",
"description": "A locking primitive using tedis",
"main": "build/main.js",
"typings": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osayfun/tedis-lock.git"
},
"keywords": [
"locks",
"concurrency",
"redis",
"tedis",
"distributed"
],
"author": "Omid Seyfan <seyfanomid@ymail.com>",
"license": "MIT",
"lint-staged": {
"linters": {
"*.js": [
"eslint --fix",
"git add"
],
"*.ts": [
"tslint --fix",
"git add"
]
},
"ignore": [
"*.min.js"
]
},
"bugs": {
"url": "https://github.com/osayfun/tedis-lock/issues"
},
"homepage": "https://github.com/osayfun/tedis-lock#readme",
"devDependencies": {
"@types/node": "^12.0.10",
"eslint": "^6.8.0",
"tedis": "^0.1.12",
"tslint": "^6.0.0",
"typescript": "^3.5.2"
}
}