mirror of
https://github.com/cupcakearmy/prettier.git
synced 2024-10-05 02:24:50 +02:00
28 lines
558 B
JSON
28 lines
558 B
JSON
{
|
|
"name": "@nicco.io/prettier",
|
|
"version": "1.0.2",
|
|
"description": "Personal Prettier config",
|
|
"keywords": [
|
|
"prettier",
|
|
"config",
|
|
"preset"
|
|
],
|
|
"repository": "git@github.com:azz/prettier-config.git",
|
|
"license": "MIT",
|
|
"author": "Niccolo Borgioli <hi@nicco.io>",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"files": [
|
|
"./index.js"
|
|
],
|
|
"dependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
|
"prettier-plugin-packagejson": "^2.4.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|