cloudtube/package.json

20 lines
463 B
JSON
Raw Normal View History

2020-08-22 13:17:31 +00:00
{
"name": "cloudtube",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"dependencies": {
2020-08-30 13:54:59 +00:00
"better-sqlite3": "^7.1.0",
"cookie": "^0.4.1",
2020-09-23 11:45:02 +00:00
"denque": "^1.4.1",
2020-08-22 13:17:31 +00:00
"node-fetch": "^2.6.0",
2020-08-30 13:54:59 +00:00
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#04cd72482574f689b78670b7f2b80209f5449a21"
2020-08-22 13:17:31 +00:00
}
}