mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "canary",
|
|
"prettier": "^2.8.2"
|
|
},
|
|
"scripts": {
|
|
"test": "node src/runner.node.mjs"
|
|
}
|
|
}
|