16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"name": "rand",
|
|
"version": "1.0.0",
|
|
"bin": {
|
|
"rand": "./index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build ./index.ts --compile --outfile dist/rand"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "^1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|