mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 13:35:47 +08:00
26 lines
632 B
JSON
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"
|
|
}
|
|
}
|