@jsmonday/imgproxy
Version:
ImgProxy Library for Node.js that works both on browser and server
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "@jsmonday/imgproxy",
"version": "0.1.0",
"description": "ImgProxy Library for Node.js that works both on browser and server",
"source": "./index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"private": false,
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"test": "jest --coverage",
"postinstall": "opencollective-postinstall"
},
"keywords": [
"imgproxy",
"nodejs",
"browser",
"image",
"resizing"
],
"files": [
"index.js",
"dist",
"tests"
],
"author": "Michele Riva <ciao@micheleriva.it>",
"repository": {
"type": "git",
"url": "https://github.com/Hackdoor-io/imgproxy-js"
},
"bugs": {
"url": "https://github.com/Hackdoor-io/imgproxy-js/issues"
},
"license": "MIT",
"collective": {
"url": "https://opencollective.com/hackdoor"
},
"dependencies": {
"buffer": "^5.6.0",
"create-hmac": "1.1.7",
"opencollective-postinstall": "2.0.2"
},
"devDependencies": {
"dotenv": "^8.1.0",
"jest": "^24.9.0",
"microbundle": "^0.11.0"
}
}