-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"name": "databehave-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo for @databehave/schema and @databehave/server.",
"license": "MIT",
"author": "ochairo",
"repository": {
"type": "git",
"url": "git+https://github.com/ochairo/databehave.git"
},
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"clean": "pnpm -r clean",
"lint": "biome check",
"format:check": "echo 'biome formatter disabled (see biome.json) — lint covers code quality'",
"format": "biome check --write",
"pack:check": "PREPACK_SKIP_TESTS=1 pnpm -r exec npm pack --dry-run",
"api:check": "pnpm -r exec api-extractor run --local --verbose"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@microsoft/api-extractor": "^7.58.7"
},
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
}