mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "rys-tests",
|
|
"version": "1.0.0",
|
|
"description": "Unit tests for Remove YouTube Suggestions extension",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "node --test **/*.test.js",
|
|
"test:watch": "node --test --watch **/*.test.js"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|