-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "twitter-mutualan",
"version": "2.0.0",
"description": "twitter-mutualan",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Dandy Raka",
"repository": {
"type": "git",
"url": "https://github.com/dandyraka/TwitterMutualan.git"
},
"bugs": {
"url": "https://github.com/dandyraka/TwitterMutualan/issues"
},
"homepage": "https://github.com/dandyraka/TwitterMutualan",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"cli-spinners": "^2.6.1",
"delay": "^5.0.0",
"dotenv": "^16.0.1",
"figlet": "^1.5.2",
"lowdb": "1.0.0",
"node-cron": "^3.0.1",
"ora": "5.4.1",
"twitter-lite": "^1.1.0",
"uuid": "^8.3.2"
}
}