Files
stack/hw/package.json
kert 59eb56f659
Some checks failed
CI / skinny-install (aco) (push) Successful in 1m18s
CI / skinny-install (api) (push) Successful in 40s
CI / skinny-install (bcda) (push) Successful in 35s
CI / skinny-install (bib) (push) Successful in 38s
CI / skinny-install (cli) (push) Successful in 46s
CI / skinny-install (conf) (push) Successful in 36s
CI / skinny-install (opps) (push) Successful in 38s
CI / skinny-install (pfs) (push) Successful in 47s
CI / skinny-install (rex) (push) Successful in 35s
Infra CI / notebooks (push) Successful in 3m17s
CI / lint-test (push) Failing after 3m30s
CI / skinny-install (bls) (push) Successful in 34s
CI / skinny-install (ccw) (push) Successful in 45s
CI / skinny-install (cms) (push) Successful in 32s
CI / skinny-install (perf) (push) Successful in 43s
Deploy / build-scan-report (push) Has been cancelled
Infra CI / docs (push) Failing after 20s
Infra CI / api (push) Successful in 16s
Infra CI / mc (push) Successful in 12s
Package Supply Chain / pkg-supply-chain (push) Successful in 1m27s
Infra CI / zotero (push) Successful in 6m10s
chore: hw provisioning, test coverage, deps
2026-04-09 22:26:31 -04:00

26 lines
725 B
JSON

{
"name": "alpine-iso",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx bats test/*.bats",
"test:state": "npx bats test/state.bats",
"test:drives": "npx bats test/drives.bats",
"test:resolver": "npx bats test/resolver.bats",
"test:yubikey": "npx bats test/yubikey.bats",
"test:cloudflare": "npx bats test/cloudflare.bats",
"test:backup": "npx bats test/backup.bats",
"test:build": "npx bats test/build_validation.bats",
"test:integration": "npx bats test/integration.bats"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"bats": "^1.13.0",
"bats-assert": "^2.2.4",
"bats-support": "^0.3.0"
}
}