km-web-plugin
Version:
ICE Web Plugin Initializer
23 lines (22 loc) • 500 B
JSON
{
"name": "km-web-plugin",
"version": "1.0.0",
"description": "ICE Web Plugin Initializer",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kmwebplugin": "./bin/cli.js"
},
"keywords": ["ice", "encompass", "vue", "plugin", "cli"],
"author": "KensieMae LLC",
"license": "ISC",
"dependencies": {
"chalk": "^5.4.1",
"fs-extra": "^11.3.0",
"inquirer": "^12.7.0",
"ora": "^8.2.0"
}
}