sharp-read-bmp/package.json
2024-10-07 00:01:35 +13:00

43 lines
1.4 KiB
JSON

{
"name": "@valkyriecoms/sharp-read-bmp",
"version": "1.2.0",
"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": {
"eslint": "eslint --quiet \"src/**/*.ts\"",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent=false --verbose false",
"build": "tsc"
},
"files": [
"built",
"LICENSE"
],
"dependencies": {
"decode-bmp": "^0.2.1",
"decode-ico": "^0.4.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@types/node": "^18.19.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"file-type": "^18.7.0",
"jest": "^29.7.0",
"mkdirp": "^2.1.6",
"rimraf": "^4.4.1",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.15.6+sha512.77b89e9be77a2b06ad8f403a19cae5e22976f61023f98ad323d5c30194958ebc02ee0a6ae5d13ee454f6134e4e8caf29a05f0b1a0e1d2b17bca6b6a1f1159f86"
}