discord-open-source/package.json
2019-01-30 11:59:21 -08:00

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"
}
}