Something went wrong. Try again.
Small repo for scanning Tangled for repos with github workflows, but no tangled workflows, and whether the workflows currently can be converted with https://github.com/43081j/tangleflow or not.
Something went wrong. Try again.
tangleflow-coverage package.json
698 B · 31 lines
JSON
at main
1234567891011121314151617181920212223242526272829303132{ "name": "tangleflow-coverage", "version": "0.1.0", "private": true, "type": "module", "engines": { "node": ">=24" }, "scripts": { "scan": "node src/cli.ts scan", "report": "node src/cli.ts report", "test": "vitest run", "typecheck": "tsc --noEmit", "lint": "oxlint src && oxfmt --check src", "format": "oxfmt --write src" }, "dependencies": { "@atcute/lexicons": "2.1.0", "@atproto/identity": "0.5.13", "tangleflow": "0.7.1", "yaml": "2.9.1" }, "devDependencies": { "@atcute/tangled": "2.0.19", "@types/node": "26.5.1", "oxfmt": "0.67.0", "oxlint": "1.82.0", "typescript": "7.0.2", "vitest": "5.0.1" }}