@hot-updater/plugin-core
Version:
React Native OTA solution for self-hosted
64 lines • 1.54 kB
JSON
{
"name": "@hot-updater/plugin-core",
"version": "0.19.10",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./test-utils": {
"import": "./src/test-utils/index.ts",
"require": "./src/test-utils/index.ts"
}
},
"files": [
"dist",
"package.json"
],
"keywords": [
"react-native",
"react-native-code-push",
"code-push",
"eas",
"eas-update",
"expo",
"expo-update",
"self-hosted"
],
"license": "MIT",
"repository": "https://github.com/gronxb/hot-updater",
"author": "gronxb <gron1gh1@gmail.com> (https://github.com/gronxb)",
"bugs": {
"url": "https://github.com/gronxb/hot-updater/issues"
},
"homepage": "https://github.com/gronxb/hot-updater#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"cosmiconfig": "9.0.0",
"cosmiconfig-typescript-loader": "5.0.0",
"oxc-transform": "0.82.1",
"@hot-updater/core": "0.19.10"
},
"devDependencies": {
"@types/node": "^22.7.5",
"boxen": "^8.0.1",
"es-toolkit": "^1.32.0",
"jszip": "^3.10.1",
"picocolors": "^1.0.0",
"typescript": "5.8.2",
"workspace-tools": "^0.36.4",
"@hot-updater/plugin-core": "0.19.10"
},
"scripts": {
"build": "tsdown",
"test:type": "tsc --noEmit"
}
}