forked from dmstern/likers-blocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "likes-blocker",
"version": "3.1.4",
"description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.",
"main": "dist/script.js",
"scripts": {
"start": "rollup -w --config rollup.config.js",
"build": "rollup --config rollup.config.js",
"prettier": "prettier --write src && prettier --write assets",
"version": "node util/release.js && npm run prettier && npm run build && git add .",
"postversion": "node util/zip.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmstern/likers-blocker.git"
},
"keywords": [
"block",
"likers",
"twitter",
"tweet",
"hatespeech"
],
"author": "Daniel Morgenstern <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmstern/likers-blocker/issues"
},
"homepage": "https://github.com/dmstern/likers-blocker#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^6.1.0",
"@types/chrome": "^0.0.179",
"@types/firefox-webext-browser": "^82.0.1",
"archiver": "^5.3.0",
"mkdirp": "^1.0.4",
"prettier": "^2.6.0",
"rollup": "^2.70.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-prettier": "^2.2.2",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"webextension-polyfill-ts": "^0.20.0"
}
}