-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.29 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
{
"private": true,
"name": "@jsonapi-serde/root",
"version": "0.0.0",
"description": "Framework agnostic JSON:API serialization and deserialization",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
"license": "BSD-3-Clause",
"keywords": [
"jsonapi",
"typescript",
"zod",
"serializer",
"deserializer",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/DASPRiD/jsonapi-serde-js.git"
},
"scripts": {
"test": "FORCE_COLOR=1 pnpm --parallel --no-sort test",
"typecheck": "pnpm --parallel typecheck",
"ci:test": "pnpm --parallel --no-sort --no-bail ci:test",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.4.14",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^25.6.0",
"c8": "^11.0.0",
"lefthook": "^2.1.6",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.0.5+sha512.94fa09e72016402aefce788e46994e18eb1922998b16b6fd5aa6bafd8ae4dea05d0852f60247fdb7d5ab8199a7b0beda830398f3f80cb9f822398522a1535481"
}