framework7-cli
Version:
Framework7 command line utility (CLI)
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "framework7-cli",
"version": "3.3.2",
"description": "Framework7 command line utility (CLI)",
"main": "index.js",
"bin": {
"framework7": "./index.js",
"f7": "./index.js"
},
"scripts": {
"release": "node scripts/release.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/framework7io/framework7-cli.git"
},
"keywords": [
"framework7",
"cli",
"mobile",
"app",
"cordova",
"ios",
"android"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/framework7io/framework7-cli/issues"
},
"homepage": "https://github.com/framework7io/framework7-cli#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"commander": "^3.0.2",
"cpy": "^7.3.0",
"exec-sh": "^0.3.2",
"express": "^4.17.1",
"inquirer": "^7.0.0",
"log-symbols": "^3.0.0",
"multer": "^1.4.2",
"opn": "^6.0.0",
"ora": "^3.4.0",
"rimraf": "^3.0.0",
"sharp": "^0.25.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}