mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
* feat: add missing files * chore: update readme * chore: update branch * chore: remove olds from matrix * chore: remove dev containers
35 lines
783 B
JSON
35 lines
783 B
JSON
{
|
|
"name": "@premid/pd",
|
|
"type": "module",
|
|
"version": "1.2.4",
|
|
"private": true,
|
|
"description": "A small service to shorten image urls to get around Discord's 256 character limit",
|
|
"license": "MPL-2.0",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "node --enable-source-maps .",
|
|
"dev": "node --watch --enable-source-maps ."
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/multipart": "^8.1.0",
|
|
"@fastify/rate-limit": "^9.1.0",
|
|
"@keyv/redis": "^2.8.4",
|
|
"fastify": "^4.26.0",
|
|
"file-type": "^19.0.0",
|
|
"got": "^14.2.0",
|
|
"ioredis": "^5.3.2",
|
|
"ipaddr.js": "^2.1.0",
|
|
"keyv": "^4.5.4",
|
|
"mime-types": "^2.1.35",
|
|
"nanoid": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mime-types": "^2.1.4",
|
|
"form-data": "^4.0.0"
|
|
}
|
|
}
|