UNPKG

1.97 kBJSONView Raw
1{
2 "name": "appium-adb",
3 "version": "8.9.2",
4 "description": "Android Debug Bridge interface",
5 "main": "./build/index.js",
6 "scripts": {
7 "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
8 "prepare": "gulp prepublish",
9 "test": "gulp once",
10 "watch": "gulp watch",
11 "build": "gulp transpile",
12 "mocha": "mocha",
13 "e2e-test": "gulp transpile && npm run mocha -- -t 600000 --recursive build/test/functional/",
14 "coverage": "gulp coveralls",
15 "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
16 "precommit-test": "REPORTER=dot gulp once",
17 "lint": "gulp lint",
18 "lint:fix": "gulp eslint --fix"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/appium/appium-adb.git"
23 },
24 "author": "",
25 "license": "Apache-2.0",
26 "bugs": {
27 "url": "https://github.com/appium/appium-adb/issues"
28 },
29 "engines": [
30 "node"
31 ],
32 "bin": {},
33 "directories": {
34 "lib": "lib"
35 },
36 "files": [
37 "index.js",
38 "jars",
39 "keys",
40 "lib",
41 "build/index.js",
42 "build/lib"
43 ],
44 "homepage": "https://github.com/appium/appium-adb",
45 "dependencies": {
46 "@babel/runtime": "^7.0.0",
47 "adbkit-apkreader": "^3.1.2",
48 "appium-support": "^2.48.1",
49 "async-lock": "^1.0.0",
50 "asyncbox": "^2.6.0",
51 "bluebird": "^3.4.7",
52 "ini": "^1.3.5",
53 "lodash": "^4.0.0",
54 "lru-cache": "^6.0.0",
55 "semver": "^7.0.0",
56 "source-map-support": "^0.5.5",
57 "teen_process": "^1.11.0",
58 "utf7": "^1.0.2"
59 },
60 "pre-commit": [
61 "precommit-msg",
62 "precommit-test"
63 ],
64 "devDependencies": {
65 "appium-gulp-plugins": "^5.4.0",
66 "appium-test-support": "^1.0.0",
67 "chai": "^4.1.0",
68 "chai-as-promised": "^7.1.1",
69 "eslint-config-appium": "^4.0.1",
70 "gulp": "^4.0.0",
71 "mocha": "^8.0.1",
72 "mocha-junit-reporter": "^2.0.0",
73 "mocha-multi-reporters": "^1.1.7",
74 "pre-commit": "^1.1.3",
75 "sinon": "^9.0.0",
76 "temp": "^0.9.0"
77 }
78}