{ "name": "@expo/image-utils", "version": "0.5.1", "description": "A package used by Expo CLI for processing images", "main": "build/index.js", "scripts": { "build": "expo-module tsc", "clean": "expo-module clean", "lint": "expo-module lint", "prepare": "expo-module clean && yarn run build", "prepublishOnly": "expo-module prepublishOnly", "test": "expo-module test", "test:e2e": "yarn run prepare && expo-module test --config e2e/jest.config.js", "typecheck": "expo-module typecheck", "watch": "expo-module tsc --watch --preserveWatchOutput" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/@expo/image-utils" }, "keywords": [ "json" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/%40expo/image-utils#readme", "files": [ "build" ], "dependencies": { "@expo/spawn-async": "^1.7.2", "chalk": "^4.0.0", "fs-extra": "9.0.0", "getenv": "^1.0.0", "jimp-compact": "0.16.1", "node-fetch": "^2.6.0", "parse-png": "^2.1.0", "resolve-from": "^5.0.0", "semver": "^7.6.0", "tempy": "0.3.0" }, "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/getenv": "^0.7.0", "@types/node-fetch": "^2.6.5", "@types/semver": "^6.0.0", "expo-module-scripts": "^3.3.0" }, "publishConfig": { "access": "public" }, "gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481" }