mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"name": "sponsor_block_server",
|
|
"version": "0.1.0",
|
|
"description": "Server that holds the SponsorBlock database",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Ajay Ramachandran",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^5.4.3",
|
|
"express": "^4.17.1",
|
|
"http": "0.0.0",
|
|
"uuid": "^3.3.2",
|
|
"youtube-api": "^2.0.10"
|
|
}
|
|
}
|