summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2023-12-01 16:05:44 -0700
committerLizzy Hunt <lizzy.hunt@usu.edu>2023-12-01 16:05:44 -0700
commit888cd821acc7582255320e0ddbddd2495e505cd4 (patch)
tree430ee27e7ee7476be5db930c0a93f61c60934c46 /package.json
parentcdb12dbc28cc441745bad55e384494bc8942586a (diff)
downloadaoc-888cd821acc7582255320e0ddbddd2495e505cd4.tar.gz
aoc-888cd821acc7582255320e0ddbddd2495e505cd4.zip
updates and test w/ day 01 2021
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
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"
+ }
+}