Files
return-youtube-dislike/package.json
T
dependabot[bot] 9c5a4b8b06 Bump lint-staged from 15.5.2 to 16.1.2 (#1166)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.2 to 16.1.2.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.2...v16.1.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-13 16:54:03 +02:00

52 lines
1.6 KiB
JSON

{
"name": "return-youtube-dislike",
"version": "3.0.0-18",
"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": "jest",
"build:safari": "webpack --mode=production && xcrun safari-web-extension-converter Extensions/combined/dist/safari --project-location Extensions/combined/dist --bundle-identifier com.returnyoutubedislike.safari-ext --force",
"prepare": "husky install"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"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.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"babel-loader": "^10.0.0",
"babel-plugin-rewire": "^1.2.0",
"copy-webpack-plugin": "^11.0.0",
"filemanager-webpack-plugin": "^9.0.1",
"husky": "^9.1.7",
"jest": "^28.1.3",
"jest-environment-jsdom": "^30.0.4",
"lint-staged": "^16.1.2",
"prettier": "^3.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^6.0.1"
},
"prettier": {
"printWidth": 120
}
}