2022-08-26 16:23:55 +02:00
|
|
|
{
|
|
|
|
"name": "@walidoux/prettier-config",
|
2023-11-01 14:01:19 +01:00
|
|
|
"version": "1.0.5",
|
2022-08-26 16:23:55 +02:00
|
|
|
"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"
|
|
|
|
],
|
2023-07-26 04:24:16 +02:00
|
|
|
"main": "./index.js",
|
2022-08-26 16:23:55 +02:00
|
|
|
"prettier": "./index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint:eslint": "eslint '**/*.js' --fix",
|
|
|
|
"lint:prettier": "prettier '**/*.{js,json,md,yml}' --ignore-path .eslintignore --write --loglevel silent",
|
2023-07-26 04:27:04 +02:00
|
|
|
"release": "npm publish"
|
2022-08-26 16:23:55 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-26 04:24:16 +02:00
|
|
|
"eslint": "^8.45.0",
|
2023-04-10 20:26:43 +02:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-07-26 04:24:16 +02:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
|
|
"prettier-plugin-tailwindcss": "0.4.1",
|
|
|
|
"prettier": "^2.8.8"
|
2022-08-26 16:23:55 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-10 20:26:43 +02:00
|
|
|
"prettier": ">=2.8.7"
|
2022-08-26 16:45:13 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2022-08-26 16:23:55 +02:00
|
|
|
}
|
|
|
|
}
|