UNPKG

497 BJSONView Raw
1{
2 "name": "prettier",
3 "version": "2.8.3",
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}
\No newline at end of file