-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.25 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "android-sdk-tools-installer",
"version": "2.0.0",
"description": "android sdk tools binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"files": [
"index.js",
"install.js",
"types"
],
"types": "types/index.d.ts",
"scripts": {
"install": "node install.js",
"test": "node test.js",
"lint": "eslint .",
"prepublishOnly": "npm run lint && npm run install && npm test"
},
"android-sdk-tools-installer": {
"binary-release-tag": "34.0.1",
"binary-release-name": "34.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/blogwy/android-sdk-tools-installer"
},
"keywords": [
"android",
"sdk",
"library",
"binary",
"binaries",
"mac",
"linux",
"windows"
],
"authors": [],
"contributors": [],
"license": "MIT License",
"bugs": {
"url": "https://github.com/blogwy/android-sdk-tools-installer/issues"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@derhuerst/http-basic": "^8.2.0",
"env-paths": "^2.2.0",
"extract-zip": "^2.0.1",
"fs-extra": "^10.1.0",
"https-proxy-agent": "^5.0.0",
"progress": "^2.0.3"
},
"devDependencies": {
"any-shell-escape": "^0.1.1",
"eslint": "^8.6.0"
}
}