10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"name": "@unidesk/k3sctl-adapter",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
}
|
|
}
|