piral-cli
Version:
The standard CLI for creating and building a Piral instance or a Pilet.
83 lines (82 loc) • 1.98 kB
JSON
{
"name": "piral-cli",
"version": "1.8.5",
"description": "The standard CLI for creating and building a Piral instance or a Pilet.",
"keywords": [
"portal",
"modules",
"microfrontend",
"base",
"functional"
],
"author": "smapiot",
"homepage": "https://piral.io",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=18.17"
},
"files": [
"lib",
"src",
"templates",
"utils.d.ts",
"utils.js"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/smapiot"
},
"repository": {
"type": "git",
"url": "https://github.com/smapiot/piral.git"
},
"bugs": {
"url": "https://github.com/smapiot/piral/issues"
},
"bin": {
"pb": "./lib/pb-cli.js",
"piral": "./lib/piral-cli.js",
"pilet": "./lib/pilet-cli.js"
},
"scripts": {
"cleanup": "rimraf lib",
"build": "yarn build:source && rimraf lib/external && yarn build:external",
"build:source": "tsc --declaration",
"build:external": "esbuild src/external/index.ts --bundle --outfile=lib/external/index.js --format=cjs --platform=node --external:pnpapi --external:open",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@types/express": "^4",
"@types/glob": "^8",
"@types/jju": "^1",
"@types/mime": "^4",
"@types/node": "^18",
"@types/rc": "^1",
"@types/yargs": "^15",
"axios": "^1",
"chalk": "^5",
"enhanced-resolve": "^5",
"form-data": "^4",
"get-port": "^7",
"glob": "^8",
"inquirer": "^12",
"is-interactive": "^2",
"jju": "^1",
"mime": "^4",
"ora": "^8",
"rc": "^1",
"rimraf": "^6",
"tar": "^7",
"yargs": "^15"
},
"dependencies": {
"css-conflict-inspector": "^0.2",
"dets": "^0.16.8",
"kras": "^1",
"open": "^10",
"typescript": "^5"
},
"gitHead": "b100b985954384a8e4e874769fe449a66bc7d94d"
}