UNPKG

@applicaster/zapplicaster-cli

Version:

CLI Tool for the zapp app and Quick Brick project

81 lines 2.1 kB
{ "name": "@applicaster/zapplicaster-cli", "version": "12.0.24", "description": "CLI Tool for the zapp app and Quick Brick project", "main": "index.js", "publishConfig": { "access": "public" }, "engines": { "node": "^8.0.0 || >= 12.0.0", "yarn": "^1.3.2" }, "bin": "./index.js", "scripts": { "test": "node_modules/.bin/jest -w=2", "coverage": "node_modules/.bin/jest --coverage" }, "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": "12.0.24", "@applicaster/zapp-react-native-android-tv-cli-template": "12.0.24", "@applicaster/zapp-react-native-cli-template": "12.0.24", "@applicaster/zapp-react-native-tvos-cli-template": "12.0.24", "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" }, "devDependencies": { "jest": "^25.1.0", "jest-extended": "^0.6.0", "nock": "^10.0.1" }, "jest": { "testRegex": "/__tests__/.*(\\.test.js|\\test.jsx)$", "setupTestFrameworkScriptFile": "jest-extended", "moduleFileExtensions": [ "js", "json", "jsx" ], "modulePaths": [ "<rootDir>/packages", "<rootDir>/scripts" ], "modulePathIgnorePatterns": [ "<rootDir>/quick_brick", "<rootDir>/packages/zapplicaster-cli/src/templates" ], "collectCoverageFrom": [ "src/**/*.js" ], "coveragePathIgnorePatterns": [ "templates" ], "testEnvironment": "node" }, "gitHead": "a473487564142c55cdb50f02505cf0b60fe75658" }