- 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>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@expo/server",
|
|
"version": "0.4.4",
|
|
"description": "Server API for Expo Router projects",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"prepare": "yarn run clean && yarn build",
|
|
"lint": "eslint .",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/server"
|
|
},
|
|
"keywords": [
|
|
"expo"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/server#readme",
|
|
"files": [
|
|
"build",
|
|
"adapter",
|
|
"install.d.ts",
|
|
"install.js"
|
|
],
|
|
"dependencies": {
|
|
"@remix-run/node": "^2.7.2",
|
|
"abort-controller": "^3.0.0",
|
|
"debug": "^4.3.4",
|
|
"source-map-support": "~0.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@netlify/functions": "^1.4.0",
|
|
"@types/express": "^4.17.17"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "f83423bebc947ad7e328daaa56b2e327912ae580"
|
|
}
|