discord-open-source/package.json

13 lines
292 B
JSON
Raw Normal View History

2018-02-15 00:02:27 +00:00
{
"name": "discord-open-source",
"version": "1.0.0",
2019-01-29 20:30:04 +00:00
"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"
}
2018-02-15 00:02:27 +00:00
}