-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.2 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
{
"name": "toggle-youtube-comments",
"version": "4.1.3",
"description": "Hides YouTube comments by default",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "shx rm -rf ./_dist/*",
"compress": "node tasks/compress.js",
"pack": "node tasks/pack.js",
"build": "run-s clean compress pack",
"preversion": "git fetch --tags",
"version": "node tasks/bump-manifest.js && git add src/manifest.json",
"postversion": "node tasks/annotate-tag.js && git push && git push --tags",
"release": "echo \"Error: no release specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dideler/toggle-youtube-comments.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dideler/toggle-youtube-comments/issues"
},
"homepage": "https://github.com/dideler/toggle-youtube-comments#readme",
"devDependencies": {
"clean-css-cli": "^4.1.10",
"clipboardy": "^1.2.3",
"fast-glob": "^2.1.0",
"imagemin": "^5.3.1",
"imagemin-pngquant": "^6.0.0",
"jsonfile": "^4.0.0",
"moment": "^2.20.1",
"npm-run-all": "^4.1.2",
"shelljs": "^0.8.1",
"shx": "^0.2.2",
"uglify-es": "^3.3.10"
}
}