-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 919 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 919 Bytes
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
{
"name": "Sendzen",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"playground": "pnpm run dev --filter=oss-api-playground",
"suite": "pnpm run dev --filter=oss-suite",
"template": "pnpm run dev --filter=oss-template-management",
"embedded-setup": "pnpm run dev --filter=oss-embedded-setup",
"marketing": "pnpm run dev --filter=marketing",
"product": "pnpm run dev --filter=product",
"pnpm:run": "pnpm run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.7.4",
"turbo": "^2.7.2",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.15.0",
"engines": {
"node": ">=20"
},
"dependencies": {
"@eslint/js": "^9.39.2"
}
}