mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"name": "@minikura/operator",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "go run ./cmd --leader-elect=false",
|
|
"build": "go build -o bin/operator ./cmd",
|
|
"test": "go test ./... -race"
|
|
}
|
|
}
|