framework/js-packages/prettier-config/package.json

23 lines
521 B
JSON
Raw Normal View History

2021-07-19 04:26:28 +08:00
{
"name": "@flarum/prettier-config",
"version": "1.0.0",
"description": "",
"main": "prettierrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flarum/prettier-config.git"
},
"keywords": [
"flarum"
],
"author": "Flarum Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/flarum/prettier-config/issues"
},
"homepage": "https://github.com/flarum/prettier-config#readme"
}