cozy-games/packages/leaderboard/package.json
Ayo 969ebba067 chore: restructure to new cozy-games monorepo
Reviewed-on: https://git.ayo.run/ayo/cozy-games/pulls/1
Co-authored-by: Ayo <ayo@ayco.io>
Co-committed-by: Ayo <ayo@ayco.io>
2026-07-03 13:53:13 +00:00

42 lines
823 B
JSON

{
"name": "@cozy-games/leaderboard",
"version": "0.0.1",
"description": "Generic, game-agnostic Firestore leaderboard with time-windowed views",
"author": "Ayo Ayco",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ayo-run/mnswpr"
},
"main": "leader-board.js",
"exports": {
".": {
"default": "./dist/leader-board.js"
},
"./dist/*": {
"default": "./dist/*"
},
"./*": {
"default": "./*"
}
},
"files": [
"./*",
"./dist"
],
"dependencies": {
"web-component-base": "^4.1.2"
},
"devDependencies": {
"@cozy-games/utils": "workspace:*"
},
"peerDependencies": {
"firebase": "^12.11.0"
},
"peerDependenciesMeta": {
"firebase": {
"optional": true
}
},
"license": "BSD-2-Clause"
}