-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 755 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
{
"name": "@ceopaludetto/root",
"type": "module",
"private": true,
"packageManager": "bun@1.2.17",
"workspaces": [
"./application",
"./packages/*",
"./posts/*"
],
"scripts": {
"dev": "TURBO_UI=true turbo watch dev",
"build": "turbo build --cache-dir=.turbo",
"lint": "eslint . && sherif",
"lint:fix": "eslint . --fix && sherif --fix",
"test": "turbo test --cache-dir=.turbo"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/eslint": "^9.6.1",
"@types/node": "^22.15.34",
"eslint": "^9.30.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"sherif": "^1.6.1",
"tsup": "^8.5.0",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
}
}