2024-10-05 11:14:05 +00:00
|
|
|
{
|
|
|
|
"name": "@valkyriecoms/sharp-read-bmp",
|
2024-10-06 10:30:10 +00:00
|
|
|
"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",
|
2024-10-05 11:14:05 +00:00
|
|
|
"main": "built/index.js",
|
|
|
|
"types": "built/index.d.ts",
|
|
|
|
"scripts": {
|
2024-10-06 01:14:08 +00:00
|
|
|
"eslint": "eslint --quiet \"src/**/*.ts\"",
|
2024-10-05 11:14:05 +00:00
|
|
|
"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",
|
2024-10-06 01:14:08 +00:00
|
|
|
"sharp": "^0.32.6"
|
2024-10-05 11:14:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-06 01:14:08 +00:00
|
|
|
"@jest/globals": "^29.7.0",
|
|
|
|
"@swc/core": "^1.3.101",
|
|
|
|
"@swc/jest": "^0.2.29",
|
|
|
|
"@types/node": "^18.19.4",
|
2024-10-05 11:14:05 +00:00
|
|
|
"@types/sharp": "^0.31.1",
|
2024-10-06 01:14:08 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
|
|
"@typescript-eslint/parser": "^6.16.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"
|
2024-10-05 11:14:05 +00:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@8.15.6+sha512.77b89e9be77a2b06ad8f403a19cae5e22976f61023f98ad323d5c30194958ebc02ee0a6ae5d13ee454f6134e4e8caf29a05f0b1a0e1d2b17bca6b6a1f1159f86"
|
|
|
|
}
|