guardia-messenger/node_modules/@expo/image-utils/package.json
DESKTOP-TKLFCPRython f29f525c77 refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포
- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스)
- Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포
- 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 10:09:17 +09:00

57 lines
1.5 KiB
JSON

{
"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"
}