UNPKG

548 BJSONView Raw
1{
2 "name": "prettier",
3 "version": "2.5.1",
4 "description": "Prettier is an opinionated code formatter",
5 "bin": "./bin-prettier.js",
6 "repository": "prettier/prettier",
7 "homepage": "https://prettier.io",
8 "author": "James Long",
9 "license": "MIT",
10 "main": "./index.js",
11 "browser": "./standalone.js",
12 "unpkg": "./standalone.js",
13 "engines": {
14 "node": ">=10.13.0"
15 },
16 "files": [
17 "*.js",
18 "esm/*.mjs"
19 ],
20 "scripts": {
21 "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
22 }
23}
\No newline at end of file