summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLizzy Hunt <logan.hunt@usu.edu>2023-02-14 17:37:40 -0700
committerLizzy Hunt <logan.hunt@usu.edu>2023-02-14 17:37:40 -0700
commit39cb1f34e3ebc4c989f1c1b44f031331d8c3e036 (patch)
treedf70f4e03bad994de61ed89ec478632f6bbef441 /package.json
downloadaggietimed-39cb1f34e3ebc4c989f1c1b44f031331d8c3e036.tar.gz
aggietimed-39cb1f34e3ebc4c989f1c1b44f031331d8c3e036.zip
it's a commit, innit\?
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a968afe
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+ "dependencies": {
+ "axios": "^1.3.3",
+ "dotenv": "^16.0.3",
+ "node-html-parser": "^6.1.4"
+ },
+ "type": "module",
+ "scripts": {
+ "start": "node src/main.js"
+ }
+}