mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
20 lines
469 B
JSON
Executable File
20 lines
469 B
JSON
Executable File
{
|
|
"name": "prettier",
|
|
"version": "2.0.5",
|
|
"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",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
} |