Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "@vben/prettier-config",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.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:"
|
|
}
|
|
}
|