mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-08-05 15:53:49 +09:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "misskey-media-proxy",
|
|
"version": "0.0.6",
|
|
"description": "The Media Proxy for Misskey",
|
|
"main": "built/index.js",
|
|
"packageManager": "pnpm@7.26.0",
|
|
"type": "module",
|
|
"files": [
|
|
"built",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"dev": "swc src -d built -D -w & fastify start -w -l info -P ./built/index.js",
|
|
"start": "fastify start ./server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/misskey-dev/media-proxy.git"
|
|
},
|
|
"author": "syuilo, tamaina",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/misskey-dev/media-proxy/issues"
|
|
},
|
|
"homepage": "https://github.com/misskey-dev/media-proxy#readme",
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.32",
|
|
"@types/node": "^18.11.19",
|
|
"@types/sharp": "^0.31.1",
|
|
"@types/tmp": "^0.2.3",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/static": "^6.8.0",
|
|
"cacheable-lookup": "^7.0.0",
|
|
"fastify": "^4.12.0",
|
|
"fastify-cli": "^5.7.1",
|
|
"file-type": "^18.2.0",
|
|
"got": "^12.5.3",
|
|
"hpagent": "^1.2.0",
|
|
"ip-cidr": "^3.1.0",
|
|
"is-svg": "^4.3.2",
|
|
"private-ip": "^3.0.0",
|
|
"sharp": "^0.31.3",
|
|
"tmp": "^0.2.1"
|
|
}
|
|
}
|