- 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>
44 lines
1023 B
JSON
44 lines
1023 B
JSON
{
|
|
"name": "@expo/xcpretty",
|
|
"description": "Parse and format xcodebuild logs",
|
|
"version": "4.4.4",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
|
|
"homepage": "https://github.com/expo/expo-cli",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo-cli.git"
|
|
},
|
|
"bin": {
|
|
"excpretty": "./build/cli.js"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc --watch",
|
|
"build": "tsc",
|
|
"prepare": "bun run clean && bun run build",
|
|
"clean": "rimraf build ./tsconfig.tsbuildinfo",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"xcodebuild",
|
|
"formatter",
|
|
"logging"
|
|
],
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.20.0",
|
|
"chalk": "^4.1.0",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__code-frame": "^7.27.0",
|
|
"@types/js-yaml": "^4.0.1",
|
|
"@types/node": "^20.16.13"
|
|
}
|
|
}
|