SponsorBlockServer/package.json

19 lines
424 B
JSON
Raw Normal View History

2019-07-09 19:48:03 +02:00
{
"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": {
"express": "^4.17.1",
"http": "0.0.0",
"sqlite3": "^4.0.9",
"uuid": "^3.3.2"
2019-07-09 19:48:03 +02:00
}
}