mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "sponsor_block_server",
|
|
"version": "0.1.0",
|
|
"description": "Server that holds the SponsorBlock database",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "ts-node test/test.ts",
|
|
"dev": "nodemon",
|
|
"dev:bash": "nodemon -x 'npm test ; npm start'",
|
|
"start": "ts-node src/index.ts",
|
|
"tsc": "tsc -p tsconfig.json"
|
|
},
|
|
"author": "Ajay Ramachandran",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^5.4.3",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.1.3",
|
|
"http": "0.0.0",
|
|
"iso8601-duration": "^1.2.0",
|
|
"node-fetch": "^2.6.0",
|
|
"redis": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"sync-mysql": "^3.0.1",
|
|
"uuid": "^3.3.2",
|
|
"youtube-api": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^5.4.0",
|
|
"@types/express": "^4.17.8",
|
|
"@types/express-rate-limit": "^5.1.0",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/node": "^14.11.9",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/redis": "^2.8.28",
|
|
"@types/request": "^2.48.5",
|
|
"mocha": "^7.1.1",
|
|
"nodemon": "^2.0.2",
|
|
"sinon": "^9.2.0",
|
|
"ts-mock-imports": "^1.3.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|