-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.04 KB
/
package.json
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
{
"name": "ignis",
"version": "0.1.0",
"description": "f̸̖̿i̵̲̐r̷̨̄e̶̢̓ ̵̛̭f̸̜̏o̴̺̊r̸̥̈ ̶̟̽ẗ̴̬́h̵̻͂ë̸̻́ ̴̭̍f̸̫̉î̷̖r̴̮͒e̷͈͑ ̵̦̚g̴͓̒o̶͝ͅd̷͇̀",
"author": "iForge IT team",
"license": "GPL-3.0-or-later",
"private": true,
"workspaces": ["packages/*", "apps/*", "tooling/*"],
"scripts": {
"dev": "turbo run dev",
"env:gen": "OP_ACCOUNT=iforge.1password.com op inject -f -i .env.tpl -o .env",
"ui:add": "pnpm --filter ui ui:add",
"ui:dev": "pnpm --filter ui ui:dev",
"lint": "turbo lint --continue",
"clean": "find . -name node_modules -o -name .next -o -name dist -o -name .turbo -o -name .contentlayer -type d -prune | xargs rm -rf",
"lint:fix": "turbo lint:fix --continue",
"format": "biome format .",
"format:fix": "biome format . --write"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"cross-env": "^7.0.3",
"turbo": "^2.1.3"
},
"engines": {
"pnpm": ">=9",
"node": ">=20"
},
"packageManager": "[email protected]"
}