22 lines
531 B
JSON
22 lines
531 B
JSON
|
{
|
||
|
"name": "prettier",
|
||
|
"version": "2.1.2",
|
||
|
"description": "Prettier is an opinionated code formatter",
|
||
|
"bin": "./bin-prettier.js",
|
||
|
"repository": "prettier/prettier",
|
||
|
"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"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
||
|
}
|
||
|
}
|