1
Fork 0
solar-conflux/typescript/globalbot/package.json
Matei Adriel 068037620a
typescript(globalbot): feat: implemented basic fetching
Signed-off-by: prescientmoon <git@moonythm.dev>
2021-09-03 15:48:19 +03:00

15 lines
260 B
JSON

{
"type": "module",
"name": "global-bot",
"scripts": {},
"dependencies": {
"dotenv": "^10.0.0",
"twitter-api-v2": "^1.4.1"
},
"devDependencies": {
"@types/node": "^16.7.10",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
}
}