-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (27 loc) · 936 Bytes
/
package.json
File metadata and controls
29 lines (27 loc) · 936 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
{
"name": "@yieldxyz/perps",
"keywords": [
"perps",
"yieldxyz"
],
"scripts": {
"dev": "turbo dev --filter=@yieldxyz/perps-common --filter=@yieldxyz/perps-widget --filter=@yieldxyz/perps-dashboard",
"dev:widget": "turbo dev --filter=@yieldxyz/perps-common --filter=@yieldxyz/perps-widget",
"dev:dashboard": "turbo dev --filter=@yieldxyz/perps-common --filter=@yieldxyz/perps-dashboard",
"build:widget": "turbo build --filter=@yieldxyz/perps-widget",
"build:dashboard": "turbo build --filter=@yieldxyz/perps-dashboard",
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"format": "turbo format",
"prepare": "husky"
},
"devDependencies": {
"turbo": "catalog:",
"@biomejs/biome": "catalog:",
"@effect/language-service": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"husky": "catalog:"
}
}