node-config/apps/prettier-config/package.json

45 lines
1.2 KiB
JSON

{
"name": "@bravo68web/prettier-config",
"version": "1.1.3",
"description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/node-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/bravo68web/node-config.git"
},
"bugs": {
"url": "https://github.com/bravo68web/node-config/issues"
},
"main": "index.json",
"files": [
"index.json",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "vitest run"
},
"dependencies": {
"prettier-plugin-package-perfection": "1.1.0",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sort-json": "1.0.0",
"prettier-plugin-tailwindcss": "0.4.1",
"vitest": "0.33.0"
},
"peerDependencies": {
"prettier": "2.x || 3.x"
},
"devDependencies": {
"eslint-plugin-prettier": "5"
},
"keywords": [
"bravo68web",
"prettier",
"prettier-config"
],
"publishConfig": {
"access": "public"
}
}