UNPKG

create-pilet

Version:

The NPM initializer to scaffold a new pilet for an existing Piral instance.

45 lines (44 loc) 939 B
{ "name": "create-pilet", "version": "1.9.0", "description": "The NPM initializer to scaffold a new pilet for an existing Piral instance.", "keywords": [ "scaffold", "portal", "module", "microfrontend", "initializer" ], "author": "smapiot", "homepage": "https://piral.io", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=18.17" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/smapiot/piral.git" }, "bugs": { "url": "https://github.com/smapiot/piral/issues" }, "bin": { "create-pilet": "./lib/cli.js" }, "scripts": { "cleanup": "rimraf lib", "build": "tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "inquirer": "^12", "piral-cli": "^1.9.0" }, "gitHead": "1c608c230ca21a20a63e93a9370377a034205c8f" }