mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"globby": "^13.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "canary",
|
|
"prettier": "^2.8.2"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write src",
|
|
"test": "bun run src/runner.ts"
|
|
}
|
|
} |