-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
28 lines (28 loc) · 854 Bytes
/
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
{
"name": "root",
"private": true,
"version": "0.0.0",
"author": "Horus Lugo <horusgoul@gmail.com>",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"build:pwa": "turbo run build --filter=pwa",
"build:ios": "turbo run build --filter=ios",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"typecheck": "turbo run typecheck",
"locales-coverage": "node scripts/build-locales-coverage.js",
"locales-coverage:description": "node scripts/locales-coverage-description.js"
},
"dependencies": {
"turbo": "1.10.7"
},
"packageManager": "pnpm@8.5.1",
"pnpm": {
"patchedDependencies": {
"@types/testing-library__jest-dom@5.14.5": "patches/@types__testing-library__jest-dom@5.14.5.patch"
}
}
}