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
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"name": "mango-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"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.4",
|
|
"turbo": "^2.8.12"
|
|
},
|
|
"packageManager": "bun@1.3.8"
|
|
} |