@applicaster/zapplicaster-cli
Version:
CLI Tool for the zapp app and Quick Brick project
68 lines • 1.95 kB
JSON
{
"name": "@applicaster/zapplicaster-cli",
"version": "14.0.11",
"description": "CLI Tool for the zapp app and Quick Brick project",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 18.0.0",
"yarn": "^4.0.0"
},
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/applicaster/quickbrick.git"
},
"keywords": [
"Applicaster",
"Zapp",
"CLI",
"Quick Brick"
],
"author": "f.roland@applicaster.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/applicaster/quickbrick/issues"
},
"homepage": "https://github.com/applicaster/quickbrick#readme",
"dependencies": {
"@applicaster/zapp-react-dom-cli-template": "14.0.11",
"@applicaster/zapp-react-native-android-tv-cli-template": "14.0.11",
"@applicaster/zapp-react-native-cli-template": "14.0.11",
"@applicaster/zapp-react-native-tvos-cli-template": "14.0.11",
"axios": "^0.28.0",
"camelize": "^1.0.0",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"ejs": "3.1.10",
"inquirer": "^7.0.5",
"lodash": "4.17.21",
"ramda": "0.26.1",
"semver": "^7.5.2",
"shelljs": "^0.8.1",
"simple-git": "^3.16.0"
},
"peerDependencies": {
"@applicaster/applicaster-types": "*",
"@applicaster/blur": "*",
"@applicaster/quick-brick-xray": "*",
"@applicaster/zapp-react-dom-ui-components": "*",
"@applicaster/zapp-react-native-redux": "*",
"@applicaster/zapp-react-native-tvos-app": "*",
"@applicaster/zapp-react-native-tvos-ui-components": "*",
"@babel/runtime": "*",
"@react-native-community/netinfo": "*",
"core-js": "*",
"react": "*",
"react-native": "*",
"react-native-fs": "*",
"react-native-linear-gradient": "*",
"react-native-svg": "*",
"react-native-webview": "*",
"uglify-js": "*",
"validate-color": "*",
"zustand": "*"
}
}