mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "prettier",
|
|
"version": "2.2.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)\""
|
|
}
|
|
} |