-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "randommap",
"version": "1.0.0",
"description": "Bluesky bot that tweets random aerial images of the Earth @arandommap.bsky.social",
"main": "app.js",
"dependencies": {
"@atproto/api": "^0.18.17",
"axios": "^0.19.2",
"fs-extra": "^9.1.0",
"googlemaps": "^1.12.0",
"node-emoji": "^1.11.0",
"path": "^0.12.7",
"random-float": "^1.0.0",
"sharp": "^0.34.5"
},
"scripts": {
"local": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CailinPitt/RandomMap.git"
},
"author": "Cailin Pitt",
"license": "ISC",
"bugs": {
"url": "https://github.com/CailinPitt/RandomMap/issues"
},
"homepage": "https://github.com/CailinPitt/RandomMap#readme"
}