-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 964 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": "mastodon-handle-extension",
"version": "1.2.3",
"description": "This is a Chrome extension which tries to find the Mastodon handle of a twitter user and display it next to their tweets.",
"main": "inject.js",
"scripts": {
"dev": "tsc -w interceptor.ts --target es2022",
"build": "tsc interceptor.ts --target es2022 && node scripts/package-chrome.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lscheibel/mastodon-handles-in-twitter.git"
},
"keywords": [
"mastodon",
"twitter",
"debirdify"
],
"author": "Lennard Scheibel",
"license": "ISC",
"bugs": {
"url": "https://github.com/lscheibel/mastodon-handles-in-twitter/issues"
},
"homepage": "https://github.com/lscheibel/mastodon-handles-in-twitter#readme",
"devDependencies": {
"typescript": "^4.8.4"
},
"dependencies": {
"archiver": "^5.3.1"
}
}