Files
rand-cli/package.json
T

17 lines
288 B
JSON

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