Newer
Older
alert / js / node_modules / @flarum / prettier-config / package.json
@Réz István Réz István on 18 Nov 2021 625 bytes first commit
{
  "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"
  },
  "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"
  }
}