superpush
Version:
A command-line interface for SuperPe CodePush - enabling over-the-air (OTA) updates for React Native applications.
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "superpush",
"version": "0.3.8",
"description": "A command-line interface for SuperPe CodePush - enabling over-the-air (OTA) updates for React Native applications.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"bin": {
"superpush": "dist/index.cjs"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest"
},
"keywords": [
"codepush",
"ota",
"superpush",
"cli",
"typescript"
],
"author": "Sathvik Saya <sathvik@superpe.in>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mewt-app/superpush-cli"
},
"bugs": {
"url": "https://github.com/mewt-app/superpush-cli/issues"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"conf": "^14.0.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@types/node": "^24.0.4",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}