You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
497 B
21 lines
497 B
1 year ago
|
{
|
||
|
"name": "prettier",
|
||
|
"version": "2.8.4",
|
||
|
"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"
|
||
|
]
|
||
|
}
|