pixel-serve-server
Version:
A robust Node.js utility for handling and processing images. This package provides features like resizing, format conversion and etc.
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "pixel-serve-server",
"version": "0.0.6",
"description": "A robust Node.js utility for handling and processing images. This package provides features like resizing, format conversion and etc.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"files": [
"dist",
"dist/assets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Hiprax/pixel-serve-server.git"
},
"keywords": [
"Pixel Serve",
"Image",
"Image Serving",
"Image Optimization",
"Image Resizing",
"Image Formatting",
"Image Transformation"
],
"author": "Hiprax",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hiprax/pixel-serve-server/issues"
},
"homepage": "https://github.com/Hiprax/pixel-serve-server#readme",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.5",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=8.x"
},
"dependencies": {
"axios": "^1.7.9",
"express": "^4.21.2",
"sharp": "^0.33.5"
}
}