mirror of
https://github.com/SrIzan10/return-youtube-dislike.git
synced 2026-05-01 10:55:27 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "return-youtube-dislike",
|
|
"version": "2.0.0",
|
|
"description": "Chrome extension to return youtube dislikes",
|
|
"main": "ryd.content-script.js",
|
|
"scripts": {
|
|
"start": "echo To build for development, please use \"npm run dev\". To build for production, please use \"npm run build\".",
|
|
"dev": "webpack --mode=production --watch",
|
|
"build": "webpack --mode=production",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Anarios/return-youtube-dislike.git"
|
|
},
|
|
"keywords": [
|
|
"youtube",
|
|
"dislike",
|
|
"return",
|
|
"extension"
|
|
],
|
|
"author": "Anarios",
|
|
"bugs": {
|
|
"url": "https://github.com/Anarios/return-youtube-dislike/issues"
|
|
},
|
|
"homepage": "https://github.com/Anarios/return-youtube-dislike#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.5",
|
|
"@babel/preset-env": "^7.16.5",
|
|
"@babel/runtime": "^7.16.5",
|
|
"babel-loader": "^8.2.3",
|
|
"copy-webpack-plugin": "^10.2.0",
|
|
"filemanager-webpack-plugin": "^6.1.7",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|