43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@walidoux/prettier-config",
|
|
"version": "1.0.5",
|
|
"description": "Walidoux's Prettier config.",
|
|
"author": "Walid Korchi",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/walidoux/prettier-config"
|
|
},
|
|
"homepage": "https://github.com/walidoux/prettier-config/#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/Walidoux/prettier-config/issues"
|
|
},
|
|
"keywords": [
|
|
"prettier",
|
|
"config"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "./index.js",
|
|
"prettier": "./index.js",
|
|
"scripts": {
|
|
"lint:eslint": "eslint '**/*.js' --fix",
|
|
"lint:prettier": "prettier '**/*.{js,json,md,yml}' --ignore-path .eslintignore --write --loglevel silent",
|
|
"release": "npm publish"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"prettier-plugin-tailwindcss": "0.4.1",
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": ">=2.8.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|