@am92/redis
Version:
62 lines (61 loc) • 1.55 kB
JSON
{
"name": "@am92/redis",
"version": "3.0.1",
"description": "Redis SDK",
"sideEffects": false,
"types": "dist/index.d.ts",
"module": "dist/index.js",
"main": "dist/index.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"compile": "tsc",
"build:clean": "rm -rf ./dist",
"build": "npm-run-all build:clean compile",
"test": "echo 'Error: no test specified'",
"preversion": "npm-run-all build test",
"version": "npm-run-all generate:docs commit:docs",
"postversion": "git push && git push --tags && npm run publish:pkg",
"publish:pkg": "npm publish",
"generate:docs": "npx compodoc -p tsconfig.json",
"commit:docs": "git add docs && git commit -m 'Docs Updated'"
},
"repository": "git@github.com:heliumtank92/am92-redis.git",
"homepage": "https://heliumtank92.github.io/am92-redis",
"dependencies": {
"redis": "~4.7.0"
},
"devDependencies": {
"@compodoc/compodoc": "~1.1.26",
"@types/node": "~22.14.1",
"npm-run-all": "~4.1.5",
"typescript": "~5.8.3"
},
"contributors": [
{
"name": "Ankit Gandhi",
"email": "ankitgandhi452@gmail.com",
"url": "https://github.com/ankitgandhi452"
},
{
"name": "Mehul Agarwal",
"email": "agarwalmehul92@gmail.com",
"url": "https://github.com/agarwalmehul"
}
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"redis",
"node",
"module",
"cache",
"js",
"javascript",
"node-redis"
]
}