{
  "name": "multipass-control",
  "version": "1.1.0",
  "description": "A package to control multipass from within your NodeJS application like launching an image, stopping or deleting images. This package requires Multipass to be installed on your system.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canaryGrapher/multipass-control.git"
  },
  "homepage": "https://github.com/canaryGrapher/multipass-control/blob/main/README.md",
  "bugs": {
    "url": "https://github.com/canaryGrapher/multipass-control/issues"
  },
  "keywords": [
    "Mulitpass",
    "Linux",
    "VM",
    "Ubuntu",
    "Canonical"
  ],
  "author": {
    "name": "Yash Aryan",
    "email": "hello@yasharyan.com",
    "url": "https://yasharyan.com"
  },
  "license": "MIT"
}
