You've already forked mangowm.github.io
mirror of
https://github.com/mangowm/mangowm.github.io.git
synced 2026-05-02 14:27:46 -07:00
24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"name": "mangowc-web",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"check": "biome check --write .",
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"check-types": "turbo check-types"
|
|
},
|
|
"dependencies": {
|
|
"update": "^0.7.4",
|
|
"vercel": "^48.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"turbo": "^2.6.2"
|
|
},
|
|
"packageManager": "bun@1.3.3"
|
|
}
|