UNPKG

1.37 kBJSONView Raw
1{
2 "name": "code-push",
3 "version": "4.0.5",
4 "description": "Management SDK for the CodePush service",
5 "main": "script/index.js",
6 "types": "script/index.d.ts",
7 "scripts": {
8 "clean": "shx rm -rf bin",
9 "setup": "npm install --quiet --no-progress",
10 "prebuild": "npm run clean",
11 "build": "tsc && npm run content",
12 "prebuild:release": "npm run clean",
13 "build:release": "tsc -p ./tsconfig-release.json && npm run content",
14 "test": "npm run build && mocha --recursive bin/test",
15 "test:debugger": "mocha --recursive --inspect-brk=0.0.0.0 bin/test",
16 "content": "shx cp {plugin.xml,README.md,package.json,.npmignore} bin"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/Microsoft/code-push.git"
21 },
22 "author": "Microsoft Corporation",
23 "license": "MIT",
24 "homepage": "https://microsoft.github.io/code-push",
25 "dependencies": {
26 "appcenter-file-upload-client": "0.0.24",
27 "recursive-fs": "^2.1.0",
28 "slash": "^3.0.0",
29 "superagent": "^6.1.0",
30 "superagent-proxy": "^3.0.0",
31 "yazl": "^2.5.1"
32 },
33 "devDependencies": {
34 "@types/mocha": "^9.0.0",
35 "@types/node": "^14.0.27",
36 "@types/slash": "^3.0.0",
37 "@types/superagent": "^4.1.13",
38 "@types/yazl": "^2.4.2",
39 "mocha": "^9.1.1",
40 "shx": "^0.3.3",
41 "superagent-mock": "^4.0.0",
42 "typescript": "^4.4.3"
43 }
44}