10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"name": "script-test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"hello": "bun ./hello.ts",
|
|
"print-env": "bun ./env.ts"
|
|
}
|
|
}
|