UNPKG

481 BJSONView Raw
1{
2 "name": "@brandingbrand/fscontinuousdeployment",
3 "version": "0.2.0-alpha.0fc7e99d",
4 "description": "Continuous deployment scripts",
5 "bin": {
6 "codepush": "dist/codepush.js",
7 "hockey": "dist/hockey.js"
8 },
9 "license": "MIT",
10 "scripts": {
11 "prepare": "tsc",
12 "tsc:watch": "tsc -w --preserveWatchOutput"
13 },
14 "dependencies": {
15 "github": "^14.0.0",
16 "request": "^2.86.0"
17 },
18 "publishConfig": {
19 "registry": "https://registry.npmjs.org/"
20 }
21}