FDLogUp/client/package.json

23 lines
506 B
JSON
Raw Normal View History

2024-06-20 21:01:32 -04:00
{
"name": "fdlogup-client",
"module": "index.ts",
"type": "module",
"scripts": {
"exe": "bun build --compile --target=bun-windows-x64 ./index.ts --minify --outfile fdlogup-client",
"start": "bun run ./index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/ini": "^4.1.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"ini": "^4.1.3",
"just-debounce-it": "^3.2.0",
"just-diff": "^6.0.2",
"mdb-reader": "^3.0.0"
}
}