mirror of
https://github.com/yuzu-emu/discord-open-source.git
synced 2025-01-07 01:25:37 +00:00
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"name": "discord-open-source",
|
|
"version": "1.0.0",
|
|
"main": "communities.json",
|
|
"scripts": {
|
|
"test": "prettier -c communities.json || (npm run fmt && git diff && exit 1)",
|
|
"fmt": "prettier --write communities.json"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.16.1"
|
|
}
|
|
}
|