This commit is contained in:
Toastie (DCS Team) 2024-10-06 23:30:10 +13:00
parent 9a95a840df
commit e32f3dbfd5
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -1,7 +1,13 @@
{
"name": "@valkyriecoms/sharp-read-bmp",
"version": "1.1.0",
"description": "",
"version": "1.1.1",
"description": "Function for reading bmp and ico and returning a sharp instance",
"type": "module",
"keywords": [],
"author": "Toastie <toastie@toastiet0ast.com",
"license": "MIT",
"repository": "https://toastielab.dev/Valkyriecoms/sharp-read-bmp.git",
"bugs": "https://toastielab.dev/Valkyriecoms/sharp-read-bmp/issues",
"main": "built/index.js",
"types": "built/index.d.ts",
"scripts": {
@ -13,10 +19,6 @@
"built",
"LICENSE"
],
"type": "module",
"keywords": [],
"author": "Toastie <toastie@toastiet0ast.com",
"license": "MIT",
"dependencies": {
"decode-bmp": "^0.2.1",
"decode-ico": "^0.4.1",