aboutsummaryrefslogtreecommitdiff
path: root/entries/braxtonhall/express/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'entries/braxtonhall/express/package.json')
-rw-r--r--entries/braxtonhall/express/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/entries/braxtonhall/express/package.json b/entries/braxtonhall/express/package.json
new file mode 100644
index 0000000..bca386c
--- /dev/null
+++ b/entries/braxtonhall/express/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "fib",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "type": "module",
+ "scripts": {
+ "start": "node index.js"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "axios": "^1.1.3",
+ "express": "^4.18.2"
+ }
+}