-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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": "[email protected]",
"url": "https://yasharyan.com"
},
"license": "MIT"
}