UNPKG

615 BJSONView Raw
1{
2 "name": "@brandingbrand/fscontinuousdeployment",
3 "sideEffects": false,
4 "version": "10.3.2",
5 "description": "Continuous deployment scripts",
6 "bin": {
7 "codepush": "dist/codepush.js",
8 "hockey": "dist/hockey.js"
9 },
10 "license": "MIT",
11 "scripts": {
12 "prepare": "tsc",
13 "tsc:watch": "tsc -w --preserveWatchOutput"
14 },
15 "dependencies": {
16 "@octokit/rest": "^16.0.0",
17 "request": "^2.88.0"
18 },
19 "devDependencies": {
20 "@types/request": "^2.47.1"
21 },
22 "publishConfig": {
23 "registry": "https://registry.npmjs.org/"
24 },
25 "gitHead": "129362cafaba9a968d0ec85c45abf42fb87c3015"
26}