lowdefy/packages/cli/package.json
2021-05-26 14:42:51 +02:00

91 lines
2.1 KiB
JSON

{
"name": "lowdefy",
"version": "3.16.1",
"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.16.1",
"@lowdefy/node-utils": "3.16.1",
"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",
"mssql": "6.3.1",
"mysql": "2.18.1",
"opener": "1.5.2",
"ora": "5.3.0",
"pg": "8.5.1",
"reload": "3.1.1",
"saslprep": "1.0.3",
"sqlite3": "5.0.2",
"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.16.1",
"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.2",
"react-dom": "17.0.2",
"style-loader": "2.0.0",
"webpack": "5.28.0",
"webpack-cli": "4.5.0"
},
"publishConfig": {
"access": "public"
}
}