@sencha/cmd
Version:
Productivity and performance optimization tool for building applications with Sencha Ext JS
47 lines • 1.13 kB
JSON
{
"description": "Productivity and performance optimization tool for building applications with Sencha Ext JS",
"keywords": [
"sencha",
"senchacmd",
"sencha-cmd",
"sencha command",
"extjs",
"ext js",
"ext-js",
"sencha touch",
"senchatouch",
"ext",
"touch",
"cmd",
"command",
"cli"
],
"homepage": "https://www.sencha.com/products/sencha-cmd/",
"bugs": "https://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Sencha, Inc.",
"files": [
".npmignore",
"LICENSE.md",
"README.md",
"bin/sencha",
"platform-install.js",
"index.js"
],
"name": "@sencha/cmd",
"version": "8.0.0",
"bin": {
"sencha": "bin/sencha"
},
"scripts": {
"install": "node platform-install.js"
},
"dependencies": {
"which": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sencha"
},
"version_full": "8.0.0.48"
}