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