47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "futureporn-capture",
|
||
|
"version": "0.1.12",
|
||
|
"main": "index.js",
|
||
|
"license": "Unlicense",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "node --trace-warnings index",
|
||
|
"test": "FUTUREPORN_WORKDIR=/home/chris/Downloads mocha",
|
||
|
"integration": "FUTUREPORN_WORKDIR=/home/chris/Downloads mocha ./integration/**/*.test.js",
|
||
|
"dev": "FUTUREPORN_WORKDIR=/home/chris/Downloads nodemon index"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@paralleldrive/cuid2": "^2.1.8",
|
||
|
"diskusage": "^1.1.3",
|
||
|
"dotenv": "^16.0.3",
|
||
|
"execa": "^6.1.0",
|
||
|
"fastify": "^4.12.0",
|
||
|
"fastq": "^1.15.0",
|
||
|
"faye": "^1.4.0",
|
||
|
"faye-websocket": "^0.11.4",
|
||
|
"fluent-ffmpeg": "^2.1.2",
|
||
|
"https": "^1.0.0",
|
||
|
"ioredis": "^5.2.4",
|
||
|
"minimatch": "^5.1.1",
|
||
|
"p-retry": "^5.1.2",
|
||
|
"postgres": "^3.3.3",
|
||
|
"rxjs": "^7.8.0",
|
||
|
"sql": "^0.78.0",
|
||
|
"winston": "^3.9.0",
|
||
|
"youtube-dl-wrap": "git+https://github.com/insanity54/youtube-dl-wrap.git"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.3.7",
|
||
|
"cheerio": "^1.0.0-rc.12",
|
||
|
"mocha": "^10.2.0",
|
||
|
"multiformats": "^11.0.1",
|
||
|
"node-abort-controller": "^3.0.1",
|
||
|
"node-fetch": "^3.3.0",
|
||
|
"nodemon": "^2.0.20",
|
||
|
"sinon": "^15.0.1",
|
||
|
"sinon-chai": "^3.7.0",
|
||
|
"sinon-test": "^3.1.5"
|
||
|
}
|
||
|
}
|