-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 862 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
32
33
34
35
36
{
"name": "avd-start",
"version": "1.2.2",
"description": "A simple script to run android virtual device without the hassle of Android Studio",
"main": "index.js",
"bin": {
"avd-start": "./index.js"
},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/riazXrazor/avd-start.git"
},
"homepage": "https://github.com/riazXrazor/avd-start#readme",
"keywords": [
"android-device",
"avd",
"android",
"react-native"
],
"author": "Riaz Ali Laskar",
"url": "https://github.com/riazXrazor/avd-start/issues",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"configstore": "^4.0.0",
"enquirer": "^2.3.0",
"getos": "^3.1.1",
"node-cmd": "^3.0.0",
"shelljs": "^0.8.3"
}
}