- 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>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "expo-file-system",
|
|
"version": "17.0.1",
|
|
"description": "Provides access to the local file system on the device.",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"sideEffects": false,
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"file-system",
|
|
"file"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/expo-file-system"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/filesystem/",
|
|
"jest": {
|
|
"preset": "expo-module-scripts"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "^3.0.0",
|
|
"jest-expo": "~51.0.0-unreleased"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*"
|
|
},
|
|
"gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
|
|
}
|