diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-12-01 16:05:44 -0700 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-12-01 16:05:44 -0700 |
commit | 888cd821acc7582255320e0ddbddd2495e505cd4 (patch) | |
tree | 430ee27e7ee7476be5db930c0a93f61c60934c46 /package.json | |
parent | cdb12dbc28cc441745bad55e384494bc8942586a (diff) | |
download | aoc-888cd821acc7582255320e0ddbddd2495e505cd4.tar.gz aoc-888cd821acc7582255320e0ddbddd2495e505cd4.zip |
updates and test w/ day 01 2021
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..08ba2f4 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "aoc", + "devDependencies": { + "bun-types": "latest" + }, + "peerDependencies": { + "typescript": "^5.0.0" + } +} |