File size: 627 Bytes
31d882e
e04cf41
 
 
 
 
 
 
 
 
 
 
 
 
 
fc497aa
85078f5
e04cf41
 
 
 
 
fc497aa
85078f5
8843020
e04cf41
31d882e
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
{
	"name": "twitter-alt-image-bot",
	"version": "1.0.0",
	"description": "Twitter bot to generate alt text for images",
	"scripts": {
		"start": "ts-node -T server.ts",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "https://huggingface.co/spaces/huggingface-projects/twitter-alt-image-bot"
	},
	"author": "",
	"license": "MIT",
	"devDependencies": {
		"@types/koa": "^2.13.5",
		"@types/oauth": "^0.9.1",
		"ts-node": "^10.9.1",
		"typescript": "^4.9.4"
	},
	"dependencies": {
		"dotenv": "^16.0.3",
		"koa": "^2.14.1",
		"oauth": "^0.10.0",
		"prettier": "^2.8.2"
	}
}