roles-bot/packages/redis-api-client/package.json

18 lines
356 B
JSON
Raw Normal View History

2023-04-09 13:23:41 +02:00
{
"name": "redis-api-client",
"version": "0.0.1",
"author": "xHyroM",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "node scripts/build.mjs && tsc -p tsconfig.json"
},
"devDependencies": {
"esbuild": "^0.15.11",
"typescript": "^4.8.4"
2024-12-14 21:51:14 +01:00
},
"dependencies": {
"@upstash/redis": "^1.34.3"
2023-04-09 13:23:41 +02:00
}
}