mirror of
https://github.com/tauri-apps/board-voter.git
synced 2026-01-31 00:55:20 +01:00
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"name": "board-voter-root",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8"
|
|
}
|
|
}
|