yt-normal-thumbnails/package.json

15 lines
290 B
JSON
Raw Normal View History

2020-11-15 01:22:11 +03:00
{
"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"
}
}