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": {
|
2020-04-01 22:04:04 +02:00
|
|
|
"test": "node test.js",
|
2020-04-04 17:41:38 +02:00
|
|
|
"dev": "nodemon -x \"(npm test || echo test failed) & npm start\"",
|
2019-07-09 19:48:03 +02:00
|
|
|
"start": "node index.js"
|
|
|
|
},
|
|
|
|
"author": "Ajay Ramachandran",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-01-25 03:37:16 +01:00
|
|
|
"better-sqlite3": "^5.4.3",
|
2019-07-09 19:48:03 +02:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"http": "0.0.0",
|
2019-12-24 16:53:20 +01:00
|
|
|
"uuid": "^3.3.2",
|
|
|
|
"youtube-api": "^2.0.10"
|
2020-04-01 22:04:04 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-03 23:25:11 +02:00
|
|
|
"mocha": "^7.1.1",
|
|
|
|
"nodemon": "^2.0.2"
|
2019-07-09 19:48:03 +02:00
|
|
|
}
|
|
|
|
}
|