-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.12 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
34
35
36
37
{
"name": "lgamila",
"version": "1.0.0",
"description": "A comprehensive platform for discovering and tracking Moroccan streamers on Twitch and Kick",
"homepage": "https://github.com/stormix/lgamila#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stormix/lgamila.git"
},
"author": "Stormix <hello@stormix.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stormix/lgamila/issues"
},
"scripts": {
"clean": "turbo run clean --concurrency=15 && rimraf node_modules",
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"format": "turbo format"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"rimraf": "^5.0.5",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^3.5.3",
"turbo": "^2.5.0",
"ultracite": "5.0.32"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"lint-staged": {
"*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
"npx ultracite format"
]
}
}