meld-cli/package.json
2025-06-30 16:00:53 +01:00

40 lines
904 B
JSON

{
"name": "@onyx-and-iris/meld-cli",
"version": "0.1.4",
"description": "A command line interface for Meld Studio WebChannel API",
"keywords": [
"meld",
"meld-studio",
"meld-cli"
],
"homepage": "https://github.com/onyx-and-iris/meld-api#readme",
"bugs": {
"url": "https://github.com/onyx-and-iris/meld-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onyx-and-iris/meld-cli.git"
},
"license": "MIT",
"author": "onyx-and-iris",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"meld-cli": "index.js"
},
"dependencies": {
"cli-color": "^2.0.4",
"cli-meow-help": "^4.0.0",
"cli-table3": "^0.6.5",
"meow": "^13.2.0",
"qwebchannel": "^6.2.0",
"ws": "^8.18.3"
},
"devDependencies": {
"standard": "^17.1.2"
}
}