@printweave/cli
Version:
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "@printweave/cli",
"version": "0.4.0",
"main": "bin/cli.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrintWeave/PrintWeave.git"
},
"bin": {
"printweave": "bin/cli.mjs"
},
"keywords": [
"bambulab",
"3dprinting",
"cli"
],
"author": {
"name": "MMathijs",
"email": "printweave@mmathijs.nl",
"url": "https://mmathijs.nl"
},
"sponsor": {
"url": "https://github.com/sponsors/printweave"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PrintWeave/PrintWeave/issues"
},
"homepage": "https://github.com/PrintWeave/PrintWeave#readme",
"description": "",
"dependencies": {
"@printweave/api": "^0.4.0",
"commander": "^13.1.0",
"concurrently": "^9.1.2",
"inquirer": "^12.4.1",
"promptly": "^3.2.0",
"prompts": "^2.4.2",
"semver": "^7.7.1",
"shelljs": "^0.8.4"
},
"gitHead": "e59b2320f2fc18b60b2b78526278c1053a27f2df"
}