misskey-tools/package.json

20 lines
473 B
JSON
Raw Normal View History

2020-08-04 12:13:41 +09:00
{
2021-10-09 02:11:00 +09:00
"name": "misskey-tools",
2023-03-29 23:17:31 +09:00
"version": "4.0.0-dev",
2021-09-01 20:06:33 +09:00
"description": "",
2023-01-31 23:28:33 +09:00
"author": "Shrimpia Network",
2023-04-03 04:38:26 +09:00
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev --no-cache --continue",
"lint": "turbo run lint",
2023-04-25 01:45:57 +09:00
"test": "turbo run test",
"storybook": "pnpm recursive --filter tools-frontend run storybook"
2023-04-03 04:38:26 +09:00
},
"devDependencies": {
"turbo": "latest"
},
2023-04-25 01:44:47 +09:00
"packageManager": "pnpm@8.3.1"
2020-08-04 16:43:13 +09:00
}