mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 14:41:39 +08:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@flarum/prettier-config",
|
|
"version": "1.0.0",
|
|
"description": "Flarum's configuration for the Prettier code formatter.",
|
|
"main": "prettierrc.json",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "echo 'skipping..'",
|
|
"build": "echo 'skipping..'",
|
|
"analyze": "echo 'skipping..'",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check .",
|
|
"clean-typings": "echo 'skipping..'",
|
|
"build-typings": "echo 'skipping..'",
|
|
"post-build-typings": "echo 'skipping..'",
|
|
"check-typings": "echo 'skipping..'",
|
|
"check-typings-coverage": "echo 'skipping..'"
|
|
},
|
|
"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"
|
|
}
|
|
}
|