microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.6.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/extension/appcenter/lib/codepush-node-sdk/dist/package.json

70lines · modepreview

{
  "name": "codepush-node-sdk",
  "version": "1.0.0",
  "description": "Shared module that can be used for CodePush CLI and VSCode Extensions (React Native and Cordova) commands development.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "gulp build",
    "clean": "gulp clean",
    "test": "./node_modules/jest-cli/bin/jest.js --config ./test/config/jest.config.js --silent"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/appcenter-file-upload-client"
  },
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/appcenter-file-upload-client/issues"
  },
  "homepage": "https://github.com/Microsoft/appcenter-file-upload-client#readme",
  "dependencies": {
    "chalk": "^2.3.0",
    "crypto": "^1.0.1",
    "date-fns": "^1.29.0",
    "gradle-to-js": "^1.0.1",
    "jsonwebtoken": "^8.1.1",
    "jszip": "^3.1.5",
    "lodash": "^4.17.5",
    "mkdirp": "^0.5.1",
    "node-noop": "^1.0.0",
    "plist": "^2.1.0",
    "properties": "^1.2.1",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "temp": "^0.8.3",
    "which": "^1.3.0",
    "xml2js": "^0.4.19",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/date-fns": "^2.6.0",
    "@types/jest": "^22.1.1",
    "@types/jsonwebtoken": "^7.2.5",
    "@types/jszip": "^3.1.3",
    "@types/lodash": "^4.14.101",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^9.4.0",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^5.5.0",
    "@types/temp": "^0.8.31",
    "@types/which": "^1.3.1",
    "@types/xml2js": "^0.4.2",
    "gulp": "^3.9.1",
    "gulp-install": "^1.1.0",
    "gulp-sequence": "1.0.0",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^3.2.4",
    "jest": "^22.1.4",
    "jest-cli": "^22.1.4",
    "rmdir": "^1.2.0",
    "testdouble": "^3.3.3",
    "ts-jest": "^22.0.3",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "tslint-microsoft-contrib": "^5.0.2",
    "typescript": "^2.7.1"
  }
}