13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"name": "script-test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"hello": "bun ./hello.ts",
|
|
"print-env": "bun ./env.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.10"
|
|
}
|
|
}
|