@hot-updater/plugin-core
Version:
React Native OTA solution for self-hosted
67 lines • 1.65 kB
JSON
{
"name": "@hot-updater/plugin-core",
"version": "0.16.3",
"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"
}
},
"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": {
"@hot-updater/core": "0.16.3",
"cosmiconfig": "9.0.0",
"cosmiconfig-typescript-loader": "5.0.0",
"ts-morph": "25.0.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/generator": "7.26.9",
"@babel/parser": "7.26.9",
"@babel/traverse": "7.25.9",
"@babel/types": "7.26.0",
"@types/babel__core": "7.20.5",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@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"
},
"scripts": {
"build": "rslib build",
"test:type": "tsc --noEmit"
}
}