mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
15 lines
299 B
JSON
15 lines
299 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|