-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 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
32
33
34
35
{
"name": "alt-text-util",
"version": "0.0.1",
"description": "A Twitter bot providing a number of tools around alt text ",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@google-cloud/vision": "^2.3.1",
"@stablelib/base64": "^1.0.1",
"base64-arraybuffer": "^1.0.1",
"canvas": "2.8.0",
"canvas-txt": "^3.0.0",
"datejs": "1.0.0-rc3",
"node-fetch": "2.6.6",
"node-html-parser": "^3.1.4",
"oauth-1.0a": "^2.2.6",
"twitter-api-client": "^1.5.2",
"twitter-autohook": "^1.2.1",
"unicode-default-word-boundary": "^13.0.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/alt-text-org/AltTextCrew"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}