-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
31
32
33
34
35
36
37
{
"name": "@elcoosp-templates/root",
"version": "1.0.0",
"description": "",
"keywords": ["templates", "cargo-generate"],
"author": "elcoosp <elcoosp@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@9.15.3",
"scripts": {
"boot": "pnpm i && turbo check lint fmt test doc & pnpm gen:readme",
"gen:readme": "deno run -A jsr:@readma/cli gen",
"build": "turbo run build",
"check": "turbo run check",
"lint": "turbo run lint",
"fmt": "turbo run fmt",
"test": "turbo run test",
"test:cov": "turbo run test:cov",
"test:watch": "turbo run test:watch",
"doc": "turbo run doc",
"ci:publish": "changeset publish",
"ci:version": "changeset version",
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@changesets/changelog-github": "^0.5.0",
"@vitest/coverage-v8": "^2.1.6",
"@changesets/cli": "^2.27.10",
"@elcoosp-configs/biome": "0",
"@elcoosp-configs/cspell": "0",
"@elcoosp-configs/rslib": "2",
"@rslib/core": "^0.3.0",
"lefthook": "^1.8.4",
"turbo": "^2.3.2",
"vitest": "^2.1.6"
}
}