mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "canary",
|
|
"prettier": "^2.8.2"
|
|
},
|
|
"scripts": {
|
|
"test": "bun run src/runner.ts"
|
|
}
|
|
}
|