-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 901 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
31
32
33
{
"name": "infra",
"version": "1.0.0",
"private": true,
"description": "Terraform configuration for my infrastructure.",
"homepage": "https://github.com/patkub/infra#readme",
"bugs": {
"url": "https://github.com/patkub/infra/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patkub/infra.git"
},
"type": "module",
"scripts": {
"lint": "biome lint --write --unsafe",
"lint:check": "biome lint",
"format": "biome format --write",
"format:check": "biome format",
"test": "vitest run --silent --coverage",
"test:watch": "vitest --silent"
},
"keywords": [],
"author": "Patrick Kubiak <epicpatka@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@11.15.1",
"devDependencies": {
"@auth0/actions": "^0.28.0",
"@biomejs/biome": "2.5.4",
"@vitest/coverage-v8": "^4.1.10",
"vitest": "^4.1.10"
}
}