framework/js-packages/prettier-config/package.json
2021-07-18 21:40:30 +01:00

26 lines
632 B
JSON

{
"name": "@flarum/prettier-config",
"version": "1.0.0-beta.1",
"description": "Flarum's configuration for the Prettier code formatter.",
"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",
"publishConfig": {
"access": "public"
}
}