{ "name": "thread-keeper", "version": "0.0.2", "description": "", "main": "app.js", "type": "module", "scripts": { "start": "fastify start app/server.js -l warn", "dev": "fastify start app/server.js -l info -w", "postinstall": "cd scripts && bash download-yt-dlp.sh && bash pip-install.sh", "generate-dev-cert": "cd scripts && bash generate-dev-cert.sh", "docgen": "cd scripts && bash docgen.sh", "test": "cd scripts && bash generate-test-cert.sh && cd .. && export CERTS_PATH='./fixtures/certs/' && export DATA_PATH='./fixtures/data/' && npx tap --reporter=list --timeout=180" }, "dependencies": { "@fastify/formbody": "^7.3.0", "@fastify/static": "^6.5.0", "abort-controller": "^3.0.0", "abstract-logging": "^2.0.1", "ajv": "^8.11.2", "ajv-formats": "^2.1.1", "archy": "^1.0.0", "atomic-sleep": "^1.0.0", "avvio": "^8.2.0", "base64-js": "^1.5.1", "buffer": "^6.0.3", "cookie": "^0.5.0", "debug": "^4.3.4", "event-target-shim": "^5.0.1", "events": "^3.3.0", "fast-decode-uri-component": "^1.0.1", "fast-deep-equal": "^3.1.3", "fast-json-stringify": "^5.4.1", "fast-querystring": "^1.0.0", "fast-redact": "^3.1.2", "fast-uri": "^2.1.0", "fastify": "^4.9.2", "fastify-cli": "^5.6.0", "fastq": "^1.13.0", "find-my-way": "^7.3.1", "forwarded": "^0.2.0", "ieee754": "^1.2.1", "ipaddr.js": "^1.9.1", "jsdoc-to-markdown": "^7.1.1", "json-schema-traverse": "^1.0.0", "light-my-request": "^5.6.1", "lru-cache": "^6.0.0", "ms": "^2.1.2", "nunjucks": "^3.2.3", "on-exit-leak-free": "^2.1.0", "pdf-lib": "^1.17.1", "pino": "^8.7.0", "pino-abstract-transport": "^1.0.0", "pino-std-serializers": "^6.0.0", "playwright": "^1.27.1", "process": "^0.11.10", "process-warning": "^2.0.0", "proxy-addr": "^2.0.7", "punycode": "^2.1.1", "quick-format-unescaped": "^4.0.4", "readable-stream": "^4.2.0", "real-require": "^0.2.0", "require-from-string": "^2.0.2", "ret": "^0.2.2", "reusify": "^1.0.4", "rfdc": "^1.3.0", "safe-regex2": "^2.0.0", "safe-stable-stringify": "^2.4.1", "secure-json-parse": "^2.5.0", "semver": "^7.3.8", "set-cookie-parser": "^2.5.1", "sonic-boom": "^3.2.0", "split2": "^4.1.0", "thread-stream": "^2.2.0", "tiny-lru": "^9.0.3", "uri-js": "^4.4.1", "uuid": "^9.0.0", "yallist": "^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/harvard-lil/thread-keeper.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/harvard-lil/thread-keeper/issues" }, "homepage": "https://github.com/harvard-lil/thread-keeper#readme", "devDependencies": { "is-html": "^3.0.0", "pino-pretty": "^9.1.1", "tap": "^16.3.2" } }