-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
28 lines (28 loc) · 930 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
{
"name": "democracy-development",
"version": "0.2.0",
"main": "index.js",
"repository": "https://github.com/demokratie-live/democracy-development.git",
"author": "Manuel Ruck <[email protected]>",
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"dev": "turbo run dev",
"infra:setup": "sh infra/minikube/setup.sh || bash infra/minikube/setup.sh || cmd.exe /C infra\\minikube\\setup.sh",
"infra:start": "minikube start -p mk-democracy"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
}
}