scroll/package.json
Timothy J. Warren 4be7be09a7
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
Fix some issues with line splitting/merging
2024-07-10 16:12:39 -04:00

20 lines
619 B
JSON

{
"dependencies": {},
"devDependencies": {
"bun-types": "^1.0.11"
},
"scripts": {
"bun-check": "bunx tsc",
"bun-coverage": "bun test --coverage",
"bun-test": "bun test",
"deno-lint": "deno lint",
"deno-check": "deno check --unstable-ffi --all -c deno.jsonc ./src/deno/*.ts ./src/common/*.ts ./src/tsx/*.ts",
"deno-coverage": "./coverage.sh",
"deno-run": "deno run --allow-all --allow-ffi --deny-hrtime --unstable-ffi ./src/scroll.ts",
"deno-test": "deno test --allow-all --unstable-ffi",
"tsx-check": "npx tsc",
"tsx-test": "npx tsx --test './src/common/all_test.ts'"
},
"type": "module"
}