-
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.33 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"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": {
"build": "pnpm -r build",
"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.1.3",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.3.3",
"c8": "^10.1.3",
"lefthook": "^1.13.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
}