-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
29 lines (29 loc) · 820 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
{
"name": "seia",
"version": "0.0.0",
"description": "Seia monorepo",
"type": "module",
"scripts": {
"build": "turbo build",
"coverage": "vitest run --coverage",
"coverage:watch": "vitest --coverage",
"format": "prettier -w .",
"publish": "changeset publish",
"test": "vitest run",
"test:watch": "vitest",
"version": "changeset version"
},
"keywords": [],
"author": "Abiria",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"prettier": "^3.2.5",
"turbo": "^1.13.3",
"vitest": "^1.6.0"
},
"private": true,
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}