mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
22 lines
481 B
JSON
22 lines
481 B
JSON
{
|
|
"name": "roles-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"preview": "turbo run preview",
|
|
"deploy": "turbo run deploy",
|
|
"test": "turbo run test",
|
|
"lint": "rome check .",
|
|
"format": "rome format --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "xHyroM",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.1.0",
|
|
"devDependencies": {
|
|
"rome": "^12.0.0"
|
|
}
|
|
}
|