29 lines
633 B
JSON
29 lines
633 B
JSON
{
|
|
"name": "@aiflowy/prettier-config",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/aiflowy/aiflowy",
|
|
"bugs": "https://github.com/aiflowy/aiflowy/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aiflowy/aiflowy.git",
|
|
"directory": "internal/lint-configs/prettier-config"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./index.mjs",
|
|
"module": "./index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"default": "./index.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-tailwindcss": "catalog:"
|
|
}
|
|
}
|