{ "name": "lowdefy", "version": "3.11.2", "license": "Apache-2.0", "description": "Lowdefy CLI", "homepage": "https://lowdefy.com", "keywords": [ "lowdefy", "cli" ], "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "bin": "dist/index.js", "files": [ "dist/*" ], "main": "dist/index.js", "scripts": { "build": "yarn webpack", "clean": "rm -rf dist", "cli": "yarn node ./dist/index.js", "cli:build": "yarn build && yarn node ./dist/index.js", "prepare": "yarn build", "test": "FORCE_COLOR=3 jest --coverage", "webpack": "webpack --config webpack.config.js" }, "dependencies": { "@lowdefy/helpers": "3.11.2", "@lowdefy/node-utils": "3.11.2", "apollo-server-express": "2.21.0", "axios": "0.21.1", "chalk": "4.1.0", "chokidar": "3.5.1", "commander": "7.1.0", "decompress": "4.2.1", "decompress-targz": "4.1.1", "dotenv": "8.2.0", "express": "4.17.1", "fs-extra": "9.1.0", "graphql": "15.5.0", "inquirer": "7.3.3", "js-yaml": "4.0.0", "opener": "1.5.2", "ora": "5.3.0", "reload": "3.1.1", "uuid": "8.3.2" }, "devDependencies": { "@babel/cli": "7.12.16", "@babel/core": "7.12.16", "@babel/preset-env": "7.12.16", "@babel/preset-react": "7.12.13", "@lowdefy/block-tools": "3.11.2", "babel-jest": "26.6.3", "babel-loader": "8.2.2", "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "7.0.0", "css-loader": "5.0.2", "html-webpack-plugin": "5.1.0", "jest": "26.6.3", "react": "17.0.1", "react-dom": "17.0.1", "style-loader": "2.0.0", "webpack": "5.22.0", "webpack-cli": "4.5.0" }, "publishConfig": { "access": "public" } }