-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 993 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 993 Bytes
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
{
"name": "dcql-root",
"private": true,
"version": "0.1.0",
"author": "Martin Auer",
"license": "Apache-2.0",
"engines": {
"node": ">=20.16.0"
},
"homepage": "https://github.com/openwallet-foundation-labs/dcql-ts",
"repository": {
"type": "git",
"url": "https://github.com/openwallet-foundation-labs/dcql-ts"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"scripts": {
"build": "pnpm -r build",
"types:check": "pnpm -r types:check",
"style": "biome check --unsafe",
"style:fix": "pnpm style --write",
"test": "vitest",
"release": "pnpm build && pnpm changeset publish",
"changeset-version": "pnpm changeset version && pnpm style:fix && git add . && git commit --amend --no-edit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@changesets/cli": "^2.29.8",
"vitest": "^4.0.18"
}
}