penguins-eggs
Version:
A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others
127 lines • 3.46 kB
JSON
{
"name": "penguins-eggs",
"shortName": "eggs",
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
"version": "10.1.1",
"author": "Piero Proietti",
"bin": {
"eggs": "./bin/run.js"
},
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
"dependencies": {
"@oclif/core": "^4.3.0",
"@oclif/plugin-autocomplete": "^3.2.29",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-version": "^2.2.28",
"ansis": "^4.0.0",
"axios": "^1.9.0",
"chalk": "^5.4.0",
"cli-cursor": "^5.0.0",
"debug": "^4.4.1",
"ink": "^5.2.1",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^5.0.0",
"inquirer": "^12.6.3",
"js-yaml": "^4.1.0",
"mustache": "^4.2.0",
"netmask": "^2.0.2",
"node-proxy-dhcpd": "0.1.2",
"node-static": "^0.7.11",
"react": "^18.3.1",
"read": "^4.1.0",
"shelljs": "^0.10.0",
"systeminformation": "^5.25.11",
"tftp": "^0.1.2"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4.1.13",
"@types/chai": "^5.2.2",
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"@types/inquirer": "^9.0.8",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.8",
"@types/mustache": "^4.2.6",
"@types/netmask": "^2.0.5",
"@types/node": "^22.15.21",
"@types/node-static": "^0.7.11",
"@types/react": "18.3.18",
"@types/read": "^0.0.32",
"@types/shelljs": "^0.8.16",
"chai": "^5.2.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-prettier": "^10.1.5",
"glob": "^11.0.2",
"mocha": "^11.5.0",
"oclif": "^4.17.46",
"perrisbrewery": "^10.1.3",
"prettier": "^3.5.3",
"shx": "^0.4.0",
"ts-node": "10.9.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
".oclif.manifest.json",
"/addons",
"/assets",
"/bin",
"/conf",
"/dist",
"/dracut",
"/eui",
"/ipxe",
"/maker",
"/manpages",
"/mkinitcpio",
"/mkinitfs",
"/perrisbrewery",
"/pods",
"/scripts",
"/syslinux"
],
"homepage": "https://penguins-eggs.net",
"keywords": [
"oclif",
"remaster",
"system"
],
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"oclif": {
"bin": "eggs",
"dirname": "penguins-eggs",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete",
"@oclif/plugin-version"
],
"topicSeparator": " ",
"topics": {
"hello": {
"description": "Say hello to the world and others"
}
}
},
"repository": "pieroproietti/penguins-eggs",
"types": "dist/index.d.ts",
"scripts": {
"_postpack": "shx rm -f oclif.manifest.json",
"_prepack": "oclif manifest && ocl -t linux-x64",
"build": "shx rm -rf dist && tsc -b",
"deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
"lint": "eslint . --ext .ts",
"manifest": "oclif manifest",
"posttest": "pnpm run lint",
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
}
}