UNPKG

@zextras/zapp-cli

Version:

CLI tool to build Zextras Apps and Themes

99 lines (98 loc) 3.29 kB
{ "name": "@zextras/zapp-cli", "version": "0.1.2", "description": "CLI tool to build Zextras Apps and Themes", "main": "dist/index.js", "scripts": { "release": "standard-version", "build": "rollup --config rollup.config.js", "_postinstall": "is-ci || husky install", "prepublish": "pinst --disable", "postpublish": "pinst --enable", "type-check": "npx tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "watch": "rollup --watch --config rollup.config.js", "watch:docs": "cd docs/website/ && npm start || npm install && npm start", "prepack": "rm -rf dist && npm run build", "postpack": "rm -rf dist", "deploy": "npm run prepack && rm -rf $PKG_PATH/node_modules/@zextras/zapp-cli/dist/ $PKG_PATH/node_modules/@zextras/zapp-cli/rules/ && mkdir -p $PKG_PATH/node_modules/@zextras/zapp-cli/dist/ $PKG_PATH/node_modules/@zextras/zapp-cli/rules/ && cp -r package.json tsconfig.json $PKG_PATH/node_modules/@zextras/zapp-cli/ && cp -r rules/ $PKG_PATH/node_modules/@zextras/zapp-cli/ && cp -r dist/ $PKG_PATH/node_modules/@zextras/zapp-cli/ && cp -r utils/ $PKG_PATH/node_modules/@zextras/zapp-cli/ && cd $PKG_PATH/node_modules/@zextras/zapp-cli/ && rm -rf node_modules && npm i --only=prod", "lint": "eslint --ext .js src" }, "bin": { "zapp": "bin/zapp" }, "files": [ "bin/", "dist/", "templates/", "utils/", "rules/", "tsconfig.json" ], "keywords": [ "zapp", "zextras", "cli" ], "author": "Michele Olivo <michele.olivo@zextras.com>", "license": "UNLICENSED", "devDependencies": { "@commitlint/cli": "11.0.0", "@commitlint/config-conventional": "11.0.0", "husky": "5.0.6", "is-ci": "2.0.0", "pinst": "2.1.1", "rollup": "2.33.1", "rollup-plugin-string": "3.0.0", "standard-version": "9.0.0" }, "dependencies": { "@typescript-eslint/eslint-plugin": "4.17.0", "@typescript-eslint/parser": "4.17.0", "adm-zip": "0.4.14", "arg": "4.1.1", "babel-loader": "8.2.2", "chalk": "2.4.2", "copy-webpack-plugin": "6.3.0", "css-loader": "5.0.1", "eslint": "7.21.0", "eslint-config-airbnb-base": "14.2.1", "eslint-config-prettier": "8.1.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.2.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "execa": "2.0.4", "file-loader": "6.2.0", "glob": "7.1.6", "handlebars": "4.7.7", "handlebars-loader": "1.7.1", "inquirer": "7.0.0", "less": "3.12.2", "less-loader": "7.1.0", "listr": "0.14.3", "lodash": "4.17.20", "mini-css-extract-plugin": "1.3.1", "ncp": "2.0.0", "pkg-install": "1.0.0", "postcss-loader": "4.0.4", "prettier": "2.2.1", "prettier-eslint": "12.0.0", "react-hot-loader": "4.13.0", "rimraf": "3.0.0", "semver": "7.3.4", "typescript": "4.0.5", "webpack": "5.4.0", "webpack-dev-server": "3.11.0" }, "peerDependencies": { "@babel/core": "^7.0.0", "@zextras/zapp-shell": "^0.1.0-beta.8", "@zextras/zapp-ui": "^0.1.0-beta.5", "eslint": "7.13.0", "react": "^17.0.0", "react-dom": "^17.0.0" } }