2021-12-21 11:10:06 +01:00
|
|
|
{
|
2021-12-21 12:55:10 +01:00
|
|
|
"name": "roles-bot",
|
2023-04-03 16:33:23 +02:00
|
|
|
"description": "",
|
2023-04-03 17:04:16 +02:00
|
|
|
"private": true,
|
2021-12-21 11:10:06 +01:00
|
|
|
"scripts": {
|
2023-04-03 16:33:23 +02:00
|
|
|
"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 ."
|
2021-12-21 11:10:06 +01:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2022-10-16 13:18:25 +02:00
|
|
|
"author": "xHyroM",
|
|
|
|
"license": "MIT",
|
2023-04-03 16:33:23 +02:00
|
|
|
"packageManager": "pnpm@8.1.0",
|
2021-12-21 12:55:10 +01:00
|
|
|
"devDependencies": {
|
2023-04-03 16:33:23 +02:00
|
|
|
"rome": "^12.0.0"
|
2021-12-21 11:10:06 +01:00
|
|
|
}
|
|
|
|
}
|