This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
infinite-wordle/packages/frontend/package.json
Marc Cataford 6e2569f75e
feat: initial version (#1)
* feat: basic gameplay

* build: build settings

* ci: basic deploy flow

* build: building for deploy

* build: dictionary building on CI

* build: dictionary building on CI
2022-01-25 00:08:10 -05:00

9 lines
190 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"license": "MIT",
"packageManager": "yarn@3.1.1",
"dependencies": {
"@shared/types": "workspace:packages/types"
}
}