mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
be277d0218
Show lastest warning when post segment
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "sponsor_block_server",
|
|
"version": "0.1.0",
|
|
"description": "Server that holds the SponsorBlock database",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "npm run tsc && 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": {
|
|
"@ajayyy/lru-diskcache": "^1.1.9",
|
|
"abort-controller": "^3.0.0",
|
|
"better-sqlite3": "^7.1.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"express-rate-limit": "^5.1.3",
|
|
"http": "0.0.0",
|
|
"node-fetch": "^2.6.0",
|
|
"pg": "^8.5.1",
|
|
"redis": "^3.1.1",
|
|
"sync-mysql": "^3.0.1",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^5.4.0",
|
|
"@types/express": "^4.17.8",
|
|
"@types/express-rate-limit": "^5.1.0",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/node": "^14.11.9",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/pg": "^7.14.10",
|
|
"@types/redis": "^2.8.28",
|
|
"@types/request": "^2.48.5",
|
|
"mocha": "^8.4.0",
|
|
"nodemon": "^2.0.2",
|
|
"sinon": "^9.2.0",
|
|
"ts-mock-imports": "^1.3.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|