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

36 lines
1.0 KiB
JSON
Raw Normal View History

2021-07-19 04:26:28 +08:00
{
"name": "@flarum/prettier-config",
2021-07-19 05:31:59 +08:00
"version": "1.0.0",
2021-07-19 04:31:11 +08:00
"description": "Flarum's configuration for the Prettier code formatter.",
2021-07-19 04:26:28 +08:00
"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..'"
2021-07-19 04:26:28 +08:00
},
"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"
},
2021-07-19 04:40:30 +08:00
"homepage": "https://github.com/flarum/prettier-config#readme",
"publishConfig": {
"access": "public"
}
2021-07-19 04:26:28 +08:00
}