mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
24 lines
612 B
JSON
24 lines
612 B
JSON
{
|
|
"name": "prettier",
|
|
"version": "2.6.2",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
|
}
|
|
}
|