mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
@ -1,19 +1,17 @@
|
||||
{
|
||||
"name": "@sa/scripts",
|
||||
"version": "1.0.0",
|
||||
"bin": {
|
||||
"sa": "./bin.cjs"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./src/*"
|
||||
]
|
||||
"*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"sa": "./bin.cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"c12": "1.5.1",
|
||||
"cac": "6.7.14",
|
||||
@ -21,8 +19,8 @@
|
||||
"enquirer": "2.4.1",
|
||||
"execa": "8.0.1",
|
||||
"jiti": "1.21.0",
|
||||
"lint-staged": "15.1.0",
|
||||
"npm-check-updates": "16.14.6",
|
||||
"lint-staged": "15.2.0",
|
||||
"npm-check-updates": "16.14.12",
|
||||
"rimraf": "5.0.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user