-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 931 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
29
30
31
32
33
34
35
36
{
"name": "lynx",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"vscode:prepublish": "npm run build",
"build": "turbo run build --no-update-notifier",
"dev": "turbo run dev --no-update-notifier",
"check-types": "turbo run check-types --no-update-notifier",
"lint": "turbo run lint --no-update-notifier",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"coverage": "vitest run --coverage",
"release": "npm run build && changeset publish"
},
"keywords": [],
"author": "SIL Global",
"license": "MIT",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@vitest/coverage-v8": "^2.1.5",
"prettier": "^3.3.3",
"turbo": "^2.1.3",
"vitest": "^2.1.5"
},
"volta": {
"node": "20.17.0",
"npm": "10.8.3"
},
"packageManager": "[email protected]"
}