worked on twitter api support added surrealist to flake got database create user and sign in functions working

This commit is contained in:
specCon18 2024-05-01 17:10:42 -04:00
parent 19d70ba912
commit 5b9c9187ff
12 changed files with 374 additions and 225 deletions

View file

@ -3,13 +3,16 @@
"main": "src/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js"
"start": "node dist/server.js --env-file='.config/.env'"
},
"dependencies": {
"@types/express": "^4.17.21",
"dotenv": "^16.4.5",
"axios": "^1.6.8",
"cron": "^3.1.7",
"express": "^4.19.2",
"linkedin-api-client": "^0.3.0"
"linkedin-api-client": "^0.3.0",
"surrealdb.js": "^1.0.0-beta.5",
"twitter-api-v2": "^1.16.3"
},
"devDependencies": {}
}