mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"name": "roles-bot",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"preview": "turbo run preview",
|
|
"deploy": "turbo run deploy",
|
|
"start": "turbo run start",
|
|
"test": "turbo run test",
|
|
"lint": "rome check .",
|
|
"format": "rome format --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "xHyroM",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.1.0",
|
|
"devDependencies": {
|
|
"rome": "^12.1.3"
|
|
},
|
|
"dependencies": {
|
|
"turbo": "^1.12.5"
|
|
}
|
|
}
|