@rechunk/cli
Version:
Command-line interface for managing ReChunk projects, chunks, and deployments
48 lines • 1.1 kB
JSON
{
"name": "@rechunk/cli",
"description": "Command-line interface for managing ReChunk projects, chunks, and deployments",
"version": "0.3.0",
"author": "Chris Herman",
"bin": {
"rechunk": "bin/rechunk"
},
"dependencies": {
"@babel/parser": "^7.27.0",
"@babel/traverse": "^7.27.0",
"chalk": "^4.0.0",
"commander": "^12.0.0",
"glob": "^11.0.0",
"inquirer": "^12.2.0",
"jsrsasign": "^11.1.0",
"open": "8.4.2",
"ora": "^8.1.1",
"rollup": "^4.13.0",
"typescript": "^5.4.3",
"@rechunk/rollup-preset": "0.3.0",
"@rechunk/api-client": "0.3.0"
},
"devDependencies": {
"@types/jsrsasign": "^10.5.14",
"@repo/typescript-config": "0.0.0"
},
"keywords": [
"chunks",
"cli",
"code-splitting",
"deployment",
"management",
"react-native",
"rechunk"
],
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"check-types": "tsc --noEmit"
}
}