mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/NodeRedis/node-redis/releases) - [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.1) Signed-off-by: dependabot[bot] <support@github.com>
26 lines
452 B
JSON
26 lines
452 B
JSON
{
|
|
"name": "crafatar",
|
|
"version": "2.1.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node www.js",
|
|
"test": "mocha"
|
|
},
|
|
"engines": {
|
|
"node": "12.16.1"
|
|
},
|
|
"dependencies": {
|
|
"@randy.tarampi/lwip": "^1.3.1",
|
|
"canvas": "^2.6.1",
|
|
"crc": "^3.8.0",
|
|
"ejs": "^3.1.5",
|
|
"mime": "^2.4.6",
|
|
"redis": "^3.1.1",
|
|
"request": "^2.88.2",
|
|
"toobusy-js": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^7.2.0"
|
|
}
|
|
}
|