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 · 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 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/Microsoft/appcenter-file-upload-client"
15 },
16 "author": "Microsoft",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/Microsoft/appcenter-file-upload-client/issues"
20 },
21 "homepage": "https://github.com/Microsoft/appcenter-file-upload-client#readme",
22 "dependencies": {
23 "chalk": "^2.3.0",
24 "crypto": "^1.0.1",
25 "date-fns": "^1.29.0",
26 "gradle-to-js": "^1.0.1",
27 "jsonwebtoken": "^8.1.1",
28 "jszip": "^3.1.5",
29 "lodash": "^4.17.5",
30 "mkdirp": "^0.5.1",
31 "node-noop": "^1.0.0",
32 "plist": "^2.1.0",
33 "properties": "^1.2.1",
34 "rimraf": "^2.6.2",
35 "semver": "^5.5.0",
36 "temp": "^0.8.3",
37 "which": "^1.3.0",
38 "xml2js": "^0.4.19",
39 "yazl": "^2.4.3"
40 },
41 "devDependencies": {
42 "@types/chalk": "^2.2.0",
43 "@types/date-fns": "^2.6.0",
44 "@types/jest": "^22.1.1",
45 "@types/jsonwebtoken": "^7.2.5",
46 "@types/jszip": "^3.1.3",
47 "@types/lodash": "^4.14.101",
48 "@types/mkdirp": "^0.5.2",
49 "@types/node": "^9.4.0",
50 "@types/rimraf": "^2.0.2",
51 "@types/semver": "^5.5.0",
52 "@types/temp": "^0.8.31",
53 "@types/which": "^1.3.1",
54 "@types/xml2js": "^0.4.2",
55 "gulp": "^3.9.1",
56 "gulp-install": "^1.1.0",
57 "gulp-sequence": "1.0.0",
58 "gulp-tslint": "^8.1.2",
59 "gulp-typescript": "^3.2.4",
60 "jest": "^22.1.4",
61 "jest-cli": "^22.1.4",
62 "rmdir": "^1.2.0",
63 "testdouble": "^3.3.3",
64 "ts-jest": "^22.0.3",
65 "ts-node": "^4.1.0",
66 "tslint": "^5.9.1",
67 "tslint-microsoft-contrib": "^5.0.2",
68 "typescript": "^2.7.1"
69 }
70}
71