dify-components
Version:
This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.
24 lines (23 loc) • 432 B
JSON
{
"name": "@difylib/prettier-config",
"version": "2.0.0",
"private": true,
"type": "module",
"main": "./index.mjs",
"module": "./index.mjs",
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.mjs"
}
},
"scripts": {
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"devDependencies": {
"prettier": "^3.4.2"
},
"peerDependencies": {
"prettier": "^3.4.2"
}
}