diff options
author | Lizzy Hunt <logan.hunt@usu.edu> | 2023-02-14 17:37:40 -0700 |
---|---|---|
committer | Lizzy Hunt <logan.hunt@usu.edu> | 2023-02-14 17:37:40 -0700 |
commit | 39cb1f34e3ebc4c989f1c1b44f031331d8c3e036 (patch) | |
tree | df70f4e03bad994de61ed89ec478632f6bbef441 /package.json | |
download | aggietimed-39cb1f34e3ebc4c989f1c1b44f031331d8c3e036.tar.gz aggietimed-39cb1f34e3ebc4c989f1c1b44f031331d8c3e036.zip |
it's a commit, innit\?
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
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" + } +} |