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

40 lines
992 B
JSON

{
"name": "@bravo68web/prettier-config",
"version": "1.0.3",
"description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/nodejs-config#readme",
"repository": "git+https://github.com/bravo68web/nodejs-config",
"bugs": {
"url": "https://github.com/bravo68web/nodejs-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": "4.13.0",
"prettier-plugin-sort-json": "1.0.0",
"prettier-plugin-tailwindcss": "0.3.0",
"vitest": "0.32.0"
},
"peerDependencies": {
"prettier": "2.x"
},
"keywords": [
"bravo68web",
"prettier",
"prettier-config"
],
"publishConfig": {
"access": "public"
}
}