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/package.json

71lines · modecode

1{
2 "name": "codepush-node-sdk",
3 "version": "1.0.0",
4 "description": "Shared module that can be used for CodePush CLI and VSCode Extensions (React Native and Cordova) commands development.",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "build": "gulp build",
9 "clean": "gulp clean",
10 "test": "./node_modules/jest-cli/bin/jest.js --config ./test/config/jest.config.js --silent",
11 "prepublish": "gulp prepublish"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Microsoft/appcenter-file-upload-client"
16 },
17 "author": "Microsoft",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/Microsoft/appcenter-file-upload-client/issues"
21 },
22 "homepage": "https://github.com/Microsoft/appcenter-file-upload-client#readme",
23 "dependencies": {
24 "chalk": "^2.3.0",
25 "crypto": "^1.0.1",
26 "date-fns": "^1.29.0",
27 "gradle-to-js": "^1.0.1",
28 "jsonwebtoken": "^8.1.1",
29 "jszip": "^3.1.5",
30 "lodash": "^4.17.5",
31 "mkdirp": "^0.5.1",
32 "node-noop": "^1.0.0",
33 "plist": "^2.1.0",
34 "properties": "^1.2.1",
35 "rimraf": "^2.6.2",
36 "semver": "^5.5.0",
37 "temp": "^0.8.3",
38 "which": "^1.3.0",
39 "xml2js": "^0.4.19",
40 "yazl": "^2.4.3"
41 },
42 "devDependencies": {
43 "@types/chalk": "^2.2.0",
44 "@types/date-fns": "^2.6.0",
45 "@types/jest": "^22.1.1",
46 "@types/jsonwebtoken": "^7.2.5",
47 "@types/jszip": "^3.1.3",
48 "@types/lodash": "^4.14.101",
49 "@types/mkdirp": "^0.5.2",
50 "@types/node": "^9.4.0",
51 "@types/rimraf": "^2.0.2",
52 "@types/semver": "^5.5.0",
53 "@types/temp": "^0.8.31",
54 "@types/which": "^1.3.1",
55 "@types/xml2js": "^0.4.2",
56 "gulp": "^3.9.1",
57 "gulp-install": "^1.1.0",
58 "gulp-sequence": "1.0.0",
59 "gulp-tslint": "^8.1.2",
60 "gulp-typescript": "^3.2.4",
61 "jest": "^22.1.4",
62 "jest-cli": "^22.1.4",
63 "rmdir": "^1.2.0",
64 "testdouble": "^3.3.3",
65 "ts-jest": "^22.0.3",
66 "ts-node": "^4.1.0",
67 "tslint": "^5.9.1",
68 "tslint-microsoft-contrib": "^5.0.2",
69 "typescript": "^2.7.1"
70 }
71}
72