mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
21 lines
389 B
JSON
21 lines
389 B
JSON
{
|
|
"private": true,
|
|
"name": "bun-internal-test",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"runners/bun",
|
|
"runners/qunit"
|
|
],
|
|
"dependencies": {
|
|
"@actions/core": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "canary",
|
|
"prettier": "^2.8.2"
|
|
},
|
|
"scripts": {
|
|
"test": "node src/runner.node.mjs",
|
|
"test:ecosystem": "bun scripts/run-ecosystem-tests.ts"
|
|
}
|
|
}
|