mirror of
https://github.com/yuzu-emu/discord-open-source
synced 2024-11-24 05:48:28 +00:00
16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"name": "discord-open-source",
|
|
"version": "1.0.0",
|
|
"main": "communities.json",
|
|
"scripts": {
|
|
"test": "npm run fmt-check && npm run validate-codes",
|
|
"validate-codes": "node ./validate.js",
|
|
"fmt-check": "prettier -c communities.json || (npm run fmt && git diff && exit 1)",
|
|
"fmt": "prettier --write communities.json"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^2.4.2",
|
|
"node-fetch": "^2.3.0",
|
|
"prettier": "^1.16.1"
|
|
}
|
|
}
|