-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 855 Bytes
/
package.json
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
{
"private": true,
"name": "@adaliszk/infrastructure",
"description": "Infrastructure configuration and setup via GitLab, Ansible, Flux, and Pulumi",
"repository": "gitlab:adaliszk/infrastructure.git",
"author": "Ádám Liszkai <adam@liszkai.dev>",
"license": "BSD-3-Clause",
"scripts": {
"dagger": "dagger run node --import tsx/esm .automation/test.mts",
"changeset": "changeset",
"fmt": "dprint fmt && eslint . --fix",
"build": "turbo build",
"push": "turbo push"
},
"devDependencies": {
"@adaliszk/typescript": "^5.3.3",
"@adaliszk/dagger": "workspace:*",
"@adaliszk/opsx": "workspace:*",
"@changesets/cli": "^2.27.1",
"@swc/core": "^1.3.102",
"dprint": "^0.45.0",
"eslint": "^8.56.0",
"turbo": "^1.11.2",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}