rankmycache
Version:
An easy-to-use cache providing service.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "rankmycache",
"version": "1.1.1",
"author": "Erick Malta",
"main": "dist/index.js",
"license": "MIT",
"keywords": [
"cache",
"redis",
"rankmycache",
"rankmyapp"
],
"repository": {
"type": "git",
"url": "https://github.com/rankmyapp/rankmycache.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
"prepublishOnly": "yarn build && yarn test",
"start:dev": "ts-node-dev --transpile-only --ignore-watch node_modules --respawn src/index.ts",
"test": "jest",
"test:watch": "yarn test --watchAll"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/ioredis": "^4.27.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^27.2.1",
"prettier": "^2.1.0",
"ts-jest": "^27.0.5",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
},
"dependencies": {
"bluebird": "^3.7.2",
"ioredis": "^4.27.9"
}
}