scroll/package.json

20 lines
619 B
JSON
Raw Normal View History

{
"dependencies": {},
"devDependencies": {
"bun-types": "^1.0.11"
2024-07-05 15:51:30 -04:00
},
"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'"
2024-07-05 15:51:30 -04:00
},
"type": "module"
}