-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
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
38
39
40
41
{
"name": "@modular-rocks/slimfast-turbo",
"description": "Slimfast super-repo",
"private": true,
"engines": {
"node": ">=20.x"
},
"scripts": {
"build": "turbo run build",
"build:w": "turbo run build:w",
"test": "turbo run test",
"test:only": "turbo run test --only",
"test:w": "turbo run test:w",
"coverage": "turbo run coverage",
"lint": "biome lint .",
"check:format": "biome format .",
"check": "pnpm lint && pnpm check:format",
"format": "biome format --write .",
"changeset-version": "changeset version && pnpm format",
"changeset-publish": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1",
"@types/mock-fs": "4.13.4",
"@vitest/coverage-v8": "3.0.7",
"mock-fs": "5.5.0",
"turbo": "2.4.4",
"typescript": "5.7.3",
"vitest": "3.0.7"
},
"packageManager": "pnpm@9.1.1",
"author": "Alex Dollery (DolNpm/DolGit)",
"homepage": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/modular-rocks/slimfast-turbo.git"
}
}