forked from neplextech/yasumu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@yasumu/workspace",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"app": "pnpm --filter=@yasumu/app tauri dev --additional-watch-folders ../../../packages/tanxium/src",
"bootstrap": "turbo gen bootstrap --args",
"format": "prettier --experimental-cli --write \"./{apps,packages,scripts}/**/*.{js,ts,jsx,tsx,md,mdx,json}\"",
"build": "turbo run build",
"build:app": "turbo run build --filter=!./apps/www --filter=!./apps/docs --filter=!./apps/yasumu",
"prepare": "pnpm --filter=tanxium --filter=test run deno install",
"generate-themes": "node ./themes/converter.ts --compact"
},
"license": "AGPL-3.0",
"author": "Neplex",
"repository": {
"type": "git",
"url": "https://github.com/neplextech/yasumu.git"
},
"devDependencies": {
"@turbo/gen": "^2.5.8",
"@types/nodemailer": "^7.0.4",
"@typescript/native-preview": "catalog:build",
"@yasumu/shared": "workspace:*",
"@yasumu/tsconfig": "workspace:*",
"nodemailer": "^7.0.12",
"prettier": "^3.6.2",
"turbo": "^2.5.8",
"typescript": "catalog:build"
},
"packageManager": "pnpm@10.19.0"
}