{
  "name": "@skypager/helpers-client",
  "version": "1.1.1",
  "description": "skypager client helper",
  "author": "Jon Soeder <jon@chicago.com>",
  "main": "lib/index.js",
  "browser": "lib/skypager-helpers-client.min.js",
  "module": "lib/es/index.js",
  "react-native": "lib/index.js",
  "scripts": {
    "build:web": "skypager build --app-only --include-unminified --no-clean",
    "test": "skypager test --mocha test/**/*.spec.js",
    "prepare": "yarn build",
    "postbuild": "skypager hash-build",
    "prebuild:es": "yarn docs:api",
    "build": "yarn build:lib && yarn build:es && yarn build:web",
    "build:lib": "cross-env BUILD_ENV=build babel -d lib src --source-maps --comments",
    "build:es": "cross-env BUILD_ENV=build-es babel --comments --source-maps -d lib/es src",
    "docs:api": "skypager generate-api-docs"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "github:axios/axios"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/skypager/skypager"
  },
  "homepage": "https://skypager.io",
  "gitHead": "b9e0d9fb4dd31e6070033e2fd3c0fb12d2861512",
  "keywords": [],
  "contributors": [],
  "skypager": {
    "category": "helpers",
    "projectType": "helper",
    "appName": "skypager-helpers-client"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie = 11",
    "not op_mini all"
  ]
}
