Skip to content

Commit

Permalink
Update package.json (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Mar 8, 2021
1 parent 1d00ce8 commit f20df1e
Showing 1 changed file with 82 additions and 82 deletions.
164 changes: 82 additions & 82 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
{
"name": "@devicefarmer/adbkit",
"version": "3.0.0",
"description": "A Typescript client for the Android Debug Bridge.",
"keywords": [
"adb",
"adbkit",
"android",
"logcat",
"typescript",
"monkey"
],
"bin": {
"adbkit": "./bin/adbkit"
},
"bugs": {
"url": "https://github.com/UrielCh/adbkit/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Device Farmer",
"email": "contact@openstf.io",
"url": "https://urielch.github.io/"
},
"contributors": [
{
"name": "uriel chemouni",
"email": "uchemouni@gmail.com",
"url": "https://urielch.github.io/urielch/"
}
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/UrielCh/adbkit.git"
},
"scripts": {
"clean": "rimraf dist index.d.ts index.js",
"keycode": "node tasks/keycode.js",
"prepublish": "npm run clean && npm run compile && npm run test",
"compile": "tsc -p .",
"compile2": "tsc -p tsconfig-dist.json",
"lint": "eslint ./ --ext .ts",
"format": "eslint ./ --ext .ts --fix",
"testJS": "mocha --reporter spec --colors dist/test/**/*.js",
"test": "mocha -r ts-node/register --reporter spec --colors test/**/*.ts"
},
"dependencies": {
"@devicefarmer/adbkit-logcat": "^1.1.0",
"@devicefarmer/adbkit-monkey": "~1.0.1",
"bluebird": "~3.7",
"commander": "^6.2.1",
"debug": "~4.3.1",
"node-forge": "^0.10.0",
"split": "~1.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/sinon-chai": "^3.2.5",
"@types/bluebird": "^3.5.33",
"@types/node-forge": "^0.9.6",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"bench": "~0.3.6",
"chai": "~4.3.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-progress": "0.0.1",
"mocha": "~8.3.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sinon": "~9.2.1",
"sinon-chai": "~3.5.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 0.10.4"
}
"name": "@devicefarmer/adbkit",
"version": "3.2.0",
"description": "A Typescript client for the Android Debug Bridge.",
"keywords": [
"adb",
"adbkit",
"android",
"logcat",
"typescript",
"monkey"
],
"bin": {
"adbkit": "./bin/adbkit"
},
"bugs": {
"url": "https://github.com/devicefarmer/adbkit/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Device Farmer",
"email": "contact@devicefarmer.com",
"url": "https://devicefarmer.com/"
},
"contributors": [
{
"name": "uriel chemouni",
"email": "uchemouni@gmail.com",
"url": "https://urielch.github.io/urielch/"
}
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/devicefarmer/adbkit.git"
},
"scripts": {
"clean": "rimraf dist index.d.ts index.js",
"keycode": "node tasks/keycode.js",
"prepublish": "npm run clean && npm run compile && npm run test",
"compile": "tsc -p .",
"compile2": "tsc -p tsconfig-dist.json",
"lint": "eslint ./ --ext .ts",
"format": "eslint ./ --ext .ts --fix",
"testJS": "mocha --reporter spec --colors dist/test/**/*.js",
"test": "mocha -r ts-node/register --reporter spec --colors test/**/*.ts"
},
"dependencies": {
"@devicefarmer/adbkit-logcat": "^2.1.1",
"@devicefarmer/adbkit-monkey": "~1.1.0",
"bluebird": "~3.7",
"commander": "^6.2.1",
"debug": "~4.3.1",
"node-forge": "^0.10.0",
"split": "~1.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/sinon-chai": "^3.2.5",
"@types/bluebird": "^3.5.33",
"@types/node-forge": "^0.9.6",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"bench": "~0.3.6",
"chai": "~4.3.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-progress": "0.0.1",
"mocha": "~8.3.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sinon": "~9.2.1",
"sinon-chai": "~3.5.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 0.10.4"
}
}

0 comments on commit f20df1e

Please sign in to comment.