20 lines
479 B
JSON
20 lines
479 B
JSON
{
|
|
"name": "misskey-tools",
|
|
"version": "4.0.0-dev",
|
|
"description": "",
|
|
"author": "Shrimpia Network",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"clean": "turbo run clean",
|
|
"dev": "turbo run dev --no-cache --continue",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"storybook": "pnpm recursive --filter tools-frontend run storybook"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^1.9.9"
|
|
},
|
|
"packageManager": "pnpm@8.5.1"
|
|
}
|