mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
21b9e7dc4b
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"name": "rys-premium-server",
|
|
"version": "1.0.0",
|
|
"description": "Premium subscription server for Remove YouTube Suggestions extension",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js",
|
|
"test": "node --test --test-concurrency=1 tests/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-sesv2": "^3.1000.0",
|
|
"better-sqlite3": "^11.0.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"morgan": "^1.10.1",
|
|
"stripe": "^14.12.0",
|
|
"uuid": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"supertest": "^6.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"overrides": {
|
|
"fast-xml-parser": ">=5.3.8"
|
|
}
|
|
}
|