{ "name": "@jimp/plugin-dither", "version": "1.6.0", "repository": "jimp-dev/jimp", "engines": { "node": ">=18" }, "scripts": { "lint": "eslint .", "build": "tshy", "dev": "tshy --watch", "clean": "rm -rf node_modules .tshy .tshy-build dist .turbo" }, "author": "Andrew Lisowski ", "license": "MIT", "dependencies": { "@jimp/types": "1.6.0" }, "devDependencies": { "@jimp/config-eslint": "1.6.0", "@jimp/config-typescript": "1.6.0", "eslint": "^9.9.1", "tshy": "^3.0.2", "typescript": "^5.5.4", "vitest": "^2.0.5" }, "tshy": { "exclude": [ "**/*.test.ts" ], "exports": { "./package.json": "./package.json", ".": "./src/index.ts" } }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "sideEffects": false, "module": "./dist/esm/index.js", "gitHead": "c88abe6046dccbdb6e4f5f00c3dd403c81d83515" }