-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 Bytes
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": "android-quick-profile",
"version": "0.1.0",
"description": "A CLI profiling tool for Android",
"main": "index.js",
"keywords": ["android", "profiling", "tool", "fps", "frames", "ui", "cli"],
"author": "valcol",
"license": "MIT",
"bin": {
"aqp": "./index.js"
},
"dependencies": {
"adbkit": "^2.11.1",
"asciichart": "^1.5.21",
"bars": "github:jstrace/bars",
"chalk": "^4.0.0",
"cli-logo": "^0.3.0",
"csvtojson": "^2.0.10",
"d3-array": "^2.4.0",
"inquirer": "^7.1.0",
"log-update": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}