mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"name": "@lowdefy/cli",
|
|
"version": "3.0.0-alpha.7",
|
|
"license": "Apache-2.0",
|
|
"description": "Lowdefy CLI",
|
|
"homepage": "https://lowdefy.com",
|
|
"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": {
|
|
"lowdefy": "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",
|
|
"prepublishOnly": "yarn build",
|
|
"test": "FORCE_COLOR=3 jest --coverage",
|
|
"webpack": "webpack --config webpack.config.js",
|
|
"version:prerelease": "yarn version prerelease",
|
|
"version:patch": "yarn version patch",
|
|
"version:minor": "yarn version minor",
|
|
"version:major": "yarn version major"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/helpers": "1.2.0",
|
|
"@lowdefy/node-utils": "1.0.2",
|
|
"apollo-server-express": "2.19.0",
|
|
"axios": "0.21.0",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "3.4.3",
|
|
"commander": "6.2.1",
|
|
"decompress": "4.2.1",
|
|
"decompress-targz": "4.1.1",
|
|
"dotenv": "8.2.0",
|
|
"express": "4.17.1",
|
|
"graphql": "15.4.0",
|
|
"inquirer": "7.3.3",
|
|
"js-yaml": "3.14.1",
|
|
"opener": "1.5.2",
|
|
"ora": "5.1.0",
|
|
"reload": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.10",
|
|
"@babel/core": "7.12.10",
|
|
"@babel/preset-env": "7.12.10",
|
|
"@babel/preset-react": "7.12.10",
|
|
"@lowdefy/block-tools": "1.1.0",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.2",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"copy-webpack-plugin": "6.4.0",
|
|
"css-loader": "5.0.1",
|
|
"html-webpack-plugin": "4.5.0",
|
|
"jest": "26.6.3",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"style-loader": "2.0.0",
|
|
"webpack": "5.10.0",
|
|
"webpack-cli": "4.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|