package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "return-youtube-dislike",
  3. "version": "2.0.0",
  4. "description": "Chrome extension to return youtube dislikes",
  5. "main": "ryd.content-script.js",
  6. "scripts": {
  7. "start": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
  8. "build": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/Anarios/return-youtube-dislike.git"
  14. },
  15. "keywords": [
  16. "youtube",
  17. "dislike",
  18. "return",
  19. "extension"
  20. ],
  21. "author": "Anarios",
  22. "bugs": {
  23. "url": "https://github.com/Anarios/return-youtube-dislike/issues"
  24. },
  25. "homepage": "https://github.com/Anarios/return-youtube-dislike#readme",
  26. "devDependencies": {
  27. "@babel/core": "^7.16.5",
  28. "@babel/preset-env": "^7.16.5",
  29. "@babel/runtime": "^7.16.5",
  30. "babel-loader": "^8.2.3",
  31. "copy-webpack-plugin": "^10.2.0",
  32. "webpack-cli": "^4.9.1"
  33. }
  34. }