roles-bot/package.json

26 lines
536 B
JSON
Raw Normal View History

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",
2023-04-09 15:54:47 +02:00
"start": "turbo run start",
2023-04-03 16:33:23 +02:00
"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": {
2024-03-07 10:43:45 +01:00
"rome": "^12.1.3"
2023-05-26 23:08:45 +02:00
},
"dependencies": {
2024-03-07 10:43:45 +01:00
"turbo": "^1.12.5"
2021-12-21 11:10:06 +01:00
}
}