package.json 497 B

123456789101112131415161718192021
  1. {
  2. "name": "prettier",
  3. "version": "2.8.8",
  4. "description": "Prettier is an opinionated code formatter",
  5. "bin": "./bin-prettier.js",
  6. "repository": "prettier/prettier",
  7. "funding": "https://github.com/prettier/prettier?sponsor=1",
  8. "homepage": "https://prettier.io",
  9. "author": "James Long",
  10. "license": "MIT",
  11. "main": "./index.js",
  12. "browser": "./standalone.js",
  13. "unpkg": "./standalone.js",
  14. "engines": {
  15. "node": ">=10.13.0"
  16. },
  17. "files": [
  18. "*.js",
  19. "esm/*.mjs"
  20. ]
  21. }