ce-cli
Version:
A command line tool for developing Liferay Client Extensions
45 lines • 910 B
JSON
{
"name": "ce-cli",
"version": "0.4.9",
"description": "A command line tool for developing Liferay Client Extensions",
"keywords": [
"cli",
"Liferay"
],
"homepage": "https://github.com/bnheise/ce-cli",
"bugs": null,
"license": "MIT",
"author": "Brian Heise",
"contributors": [],
"files": [
"scripts/**/*",
"platforms.json"
],
"main": null,
"browser": null,
"bin": {
"ce-cli": "./scripts/run.js"
},
"man": null,
"repository": {
"type": "git",
"url": "https://github.com/bnheise/ce-cli",
"directory": null
},
"scripts": {
"postinstall": "node ./scripts/install.js"
},
"dependencies": {
"binary-install": "^1.0.6"
},
"devDependencies": {},
"peerDependencies": {},
"bundledDependencies": {},
"optionalDependencies": {},
"engines": {},
"private": false,
"os": [],
"cpu": [],
"config": null,
"type": "module"
}