mirror of
https://github.com/Neur0toxine/yt-normal-thumbnails.git
synced 2024-11-21 20:36:07 +03:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"name": "yt-thumbnails-fixer",
|
|
"version": "0.6.0",
|
|
"description": "Restores old thumbnails on YouTube",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx tsc --project tsconfig.json"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|