@liferay/generator-js
Version:
Yeoman generators for Liferay DXP and Portal CE JavaScript projects.
36 lines (35 loc) • 948 B
JSON
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"@liferay/js-toolkit-core": "3.0.0-alpha.2",
"dot-prop": "^5.0.1",
"fs-extra": "^8.1.0",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0",
"yeoman-generator": "^3.2.0"
},
"description": "Yeoman generators for Liferay DXP and Portal CE JavaScript projects.",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"liferay",
"liferay-js"
],
"license": "LGPL-3.0",
"main": "generators/app/index.js",
"name": "@liferay/generator-js",
"repository": {
"directory": "projects/js-toolkit/packages/generator-js",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"build": "tsc && yarn copyfiles",
"clean": "node ../../scripts/clean.js",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "3.0.0-alpha.1"
}