{
  "name": "@fitbit/sdk",
  "version": "6.1.0",
  "description": "Toolchain for building Fitbit apps",
  "author": "Fitbit, Inc.",
  "license": "BSD-3-Clause",
  "repository": "github:Fitbit/fitbit-sdk-toolchain",
  "bugs": {
    "url": "https://github.com/Fitbit/fitbit-sdk-toolchain/issues"
  },
  "homepage": "https://github.com/Fitbit/fitbit-sdk-toolchain#readme",
  "scripts": {
    "build": "rimraf lib && tsc -p tsconfig.build.json",
    "test": "jest",
    "test:coveralls": "jest --runInBand --coverage --coverageReporters=text-lcov | coveralls",
    "lint": "tsc --noEmit --noUnusedLocals && tslint --project . --format codeFrame",
    "depcheck": "depcheck --ignores='@types/*,tslint-config-airbnb' --ignore-dirs='toolchain,__test__'",
    "checkstyle": "prettier --list-different \"**/*.{js,jsx,ts,tsx,json}\"",
    "prepublishOnly": "npm run test && npm run build",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@types/babel-core": "^6.25.5",
    "@types/concat-stream": "^1.6.0",
    "@types/dateformat": "^3.0.1",
    "@types/event-stream": "^3.3.34",
    "@types/fs-extra": "^9.0.11",
    "@types/glob": "^7.1.3",
    "@types/gulp-zip": "^4.0.1",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.22",
    "@types/lodash": "^4.14.168",
    "@types/multipipe": "^3.0.0",
    "@types/multistream": "^2.1.1",
    "@types/plugin-error": "^0.1.0",
    "@types/semver": "^7.3.4",
    "@types/update-notifier": "^5.0.0",
    "@types/uuid": "^8.3.0",
    "@types/validator": "^13.1.3",
    "@types/vinyl": "^2.0.4",
    "@types/vinyl-buffer": "^1.0.0",
    "@types/vinyl-fs": "^2.4.10",
    "@types/yargs": "^16.0.1",
    "concat-stream": "^2.0.0",
    "coveralls": "^3.1.0",
    "depcheck": "^1.4.0",
    "event-stream": "^4.0.1",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "jest-date-mock": "^1.0.8",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.5",
    "tslint": "^6.1.3",
    "tslint-config-airbnb": "^5.11.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-sonarts": "^1.9.0"
  },
  "dependencies": {
    "@babel/core": "^7.13.16",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-block-scoped-functions": "^7.12.13",
    "@babel/plugin-transform-block-scoping": "^7.13.16",
    "@fitbit-sdk/companion-gettext": "^3.2.0",
    "@fitbit/bison-i18n": "^1.1.0",
    "@fitbit/image-codec-txi": "^1.1.5",
    "@fitbit/pngjs": "^3.3.3-fitbit.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@rollup/pluginutils": "^4.1.0",
    "chalk": "^4.1.0",
    "dateformat": "^4.5.1",
    "drop-stream": "^1.0.0",
    "elfy": "^1.0.0",
    "events-intercept": "^2.0.0",
    "fp-ts": "^2.10.3",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "gulp-file": "^0.4.0",
    "gulp-zip": "^5.1.0",
    "humanize-list": "^1.0.1",
    "inquirer": "^8.0.0",
    "io-ts": "2.2.16",
    "jest-serializer-path": "^0.1.15",
    "lazystream": "^1.0.0",
    "lodash": "^4.17.21",
    "magic-string": "^0.25.7",
    "multipipe": "^4.0.0",
    "multistream": "^4.1.0",
    "playback-stream": "^1.0.0",
    "plugin-error": "^1.0.1",
    "pofile": "^1.1.0",
    "rollup": "^2.36.2",
    "semver": "^7.3.4",
    "simple-random": "^1.0.3",
    "source-map": "^0.7.3",
    "source-map-compactor": "^1.0.1",
    "terser": "^5.6.1",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4",
    "update-notifier": "^5.1.0",
    "uuid": "^8.3.2",
    "validator": "^13.6.0",
    "vinyl": "^2.2.1",
    "vinyl-buffer": "^1.0.1",
    "vinyl-fs": "^3.0.3",
    "yargs": "^16.2.0"
  },
  "bin": {
    "fitbit-build": "./bin/fitbit-build.js"
  },
  "main": "./lib/index",
  "files": [
    "bin",
    "lib",
    "scaffold",
    "sdk-tsconfig.json"
  ],
  "engines": {
    "node": ">=10.10.0"
  },
  "greenkeeper": {
    "ignore": [
      "indent-string",
      "@types/indent-string"
    ]
  },
  "packageManager": "yarn@3.1.1"
}
