mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"name": "@baota/prettier",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@baota/typescript": "workspace:*",
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|