- 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>
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@expo/package-manager",
|
|
"version": "1.12.1",
|
|
"description": "A library for installing and finding packages in a project",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/package-manager"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"package-manager",
|
|
"package-json",
|
|
"node",
|
|
"yarn",
|
|
"yarnpkg",
|
|
"pnpm",
|
|
"bun"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/package-manager#readme",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"@expo/json-file": "^10.2.0",
|
|
"@expo/spawn-async": "^1.8.0",
|
|
"chalk": "^4.0.0",
|
|
"npm-package-arg": "^11.0.0",
|
|
"ora": "^3.4.0",
|
|
"resolve-workspace-root": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/micromatch": "^4.0.2",
|
|
"@types/npm-package-arg": "^6.1.0",
|
|
"expo-module-scripts": "56.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "a7adc95c1747db1e92655feba56d0e62660098db",
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"typecheck": "expo-module typecheck"
|
|
}
|
|
} |