mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2025-07-12 02:11:46 +00:00
34 lines
774 B
JSON
34 lines
774 B
JSON
{
|
|
"name": "@onyx-and-iris/meld-cli",
|
|
"version": "0.1.1",
|
|
"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-meow-help": "^4.0.0",
|
|
"meow": "^13.2.0",
|
|
"qwebchannel": "^6.2.0"
|
|
}
|
|
}
|