UNPKG

@imagemagick/magick-wasm

Version:
64 lines (63 loc) 1.96 kB
{ "name": "@imagemagick/magick-wasm", "version": "0.0.35", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", "magick", "wasm", "image", "convert", "resize" ], "homepage": "https://github.com/dlemstra/magick-wasm", "bugs": { "url": "https://github.com/dlemstra/magick-wasm/issues" }, "repository": { "type": "git", "url": "git+https://github.com/dlemstra/magick-wasm.git" }, "license": "Apache-2.0", "author": "Dirk Lemstra", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./magick.wasm": "./dist/magick.wasm" }, "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "NOTICE" ], "scripts": { "build": "vite build && dts-bundle-generator src/index.ts -o dist/index.d.ts --external-inlines @dlemstra/magick-native", "demo": "cd demo && tsc && node demo.js", "lint": "eslint --max-warnings=0 .", "issue": "cd issue && tsc && node issue.js", "prepare": "node npm-postinstall.mjs", "test": "vitest run", "test-dist": "node tests/dist/test-dist", "update-index": "cd tools && tsc && node update-index.js ../src" }, "devDependencies": { "@dlemstra/magick-native": "2025.427.1755", "@types/jsdom": "21.1.7", "@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/parser": "8.31.0", "dts-bundle-generator": "9.5.1", "eslint": "9.25.1", "eslint-plugin-license-header": "0.8.0", "jsdom": "26.1.0", "set-value": "4.1.0", "typescript": "5.8.3", "vite": "6.3.3", "vitest": "3.1.2" } }