- 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>
41 lines
1021 B
JSON
41 lines
1021 B
JSON
{
|
|
"name": "@expo/metro-runtime",
|
|
"version": "3.2.3",
|
|
"description": "Tools for making advanced Metro bundler features work",
|
|
"sideEffects": true,
|
|
"types": "build",
|
|
"main": "build",
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/metro-runtime",
|
|
"keywords": [],
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build",
|
|
"src",
|
|
"symbolicate",
|
|
"async-require.js",
|
|
"async-require.d.ts",
|
|
"error-overlay.js",
|
|
"error-overlay.d.ts",
|
|
"assets",
|
|
"!**/__tests__"
|
|
],
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "*"
|
|
},
|
|
"gitHead": "0e91c05bf4a7dcd6837c8031d0d32b446212b53d"
|
|
}
|