-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 Bytes
/
package.json
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
32
{
"name": "chirp-chirp",
"version": "1.0.0",
"description": "A Real-time Twitter Banner update with Recent Followers, Latest Blog Post & Emoji Replies.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sansk/chirp-chirp.git"
},
"keywords": [
"Real-time Twitter Banner",
"Twitter Banner Update"
],
"author": "Sangy K (@sansk)",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/sansk/chirp-chirp/issues"
},
"homepage": "https://github.com/sansk/chirp-chirp#readme",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"jimp": "^0.16.1",
"merge-img": "^2.1.3",
"twemoji": "^14.0.2",
"twitter-api-v2": "^1.12.3"
}
}