@lidhium/cli
Version:
micro-frontend cli packed with webpack
69 lines (68 loc) • 1.55 kB
JSON
{
"name": "@lidhium/cli",
"version": "1.2.0",
"private": false,
"description": "micro-frontend cli packed with webpack",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && cpx 'src/static/**/{.*,*}' dist/static"
},
"author": {
"name": "Lidhish C",
"url": "https://github.com/lidhishc"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/lidhishc/lidhiumjs.git"
},
"dependencies": {
"@types/commander": "^2.12.5",
"@types/express": "^5.0.1",
"@types/figlet": "^1.7.0",
"@types/inquirer": "^9.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.10",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cpx": "^1.5.0",
"d3": "^7.9.0",
"execa": "^5.1.1",
"express": "^4.21.2",
"figlet": "^1.8.0",
"inquirer": "^12.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"bin": {
"lidhium": "./dist/index.js"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"schema-utils": "^4.3.0"
},
"volta": {
"node": "22.13.1",
"yarn": "1.22.22"
},
"keywords": [
"microfrontends",
"micro frontends",
"module federation",
"webpack",
"vue3",
"cli tool",
"frontend development",
"web development",
"component federation",
"distributed frontend",
"frontend architecture",
"monorepo",
"build tools",
"javascript frameworks",
"vue.js"
]
}