summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 12:41:30 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 12:41:30 +0530
commit26dc4df1218e6d7235fc196b556da122054247df (patch)
treedf79962db252e7ab9b5065fe9651c38b08124fe3 /package.json
downloadinsta-local-26dc4df1218e6d7235fc196b556da122054247df.tar.gz
insta-local-26dc4df1218e6d7235fc196b556da122054247df.tar.bz2
insta-local-26dc4df1218e6d7235fc196b556da122054247df.zip
node project
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fe1e522
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "insta",
+ "version": "1.0.0",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "description": "",
+ "dependencies": {
+ "axios": "^1.7.2",
+ "cors": "^2.8.5",
+ "express": "^4.19.2",
+ "instaloader": "^1.0.1"
+ }
+}