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.
23 lines
548 B
23 lines
548 B
{ |
|
"name": "prettier", |
|
"version": "2.5.1", |
|
"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", |
|
"esm/*.mjs" |
|
], |
|
"scripts": { |
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\"" |
|
} |
|
} |