{
  "name": "balena-pine",
  "version": "12.4.0",
  "description": "Balena PineJS client.",
  "main": "index.js",
  "types": "index.d.ts",
  "browser": "es2015",
  "homepage": "https://github.com/balena-io-modules/balena-pine",
  "repository": {
    "type": "git",
    "url": "git://github.com/balena-io-modules/balena-pine.git"
  },
  "keywords": [
    "balena",
    "resin",
    "pine",
    "client"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "lint": "balena-lint --typescript lib && balena-lint tests",
    "lint-fix": "balena-lint --typescript --fix lib",
    "build-es2015": "tsc --target es2015 --outDir es2015",
    "build-es2018": "tsc --target es2018 --outDir es2018",
    "build-types": "tsc --emitDeclarationOnly --outDir .",
    "build": "npm run build-es2015 && npm run build-es2018 && npm run build-types",
    "pretest": "npm run build",
    "test": "npm run test-node && npm run test-browser",
    "posttest": "npm run lint",
    "test-node": "mocha --require coffeescript/register --reporter spec tests/**/*.spec.coffee",
    "test-browser": "mockttp -c karma start",
    "prepack": "npm run build"
  },
  "author": "Juan Cruz Viotti <juan@balena.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@balena/lint": "^5.0.0",
    "balena-auth": "^4.0.2",
    "balena-config-karma": "^3.0.0",
    "balena-request": "^11.1.0",
    "coffeescript": "^1.12.7",
    "karma": "^3.1.4",
    "karma-chrome-launcher": "^2.2.0",
    "mocha": "^5.2.0",
    "mochainon": "^2.0.0",
    "mockttp": "^0.9.1",
    "temp": "^0.8.4",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@balena/es-version": "^1.0.0",
    "balena-errors": "^4.2.1",
    "pinejs-client-core": "^6.9.0",
    "tslib": "^2.0.1"
  },
  "peerDependencies": {
    "balena-auth": "^4.0.0",
    "balena-request": "^11.0.0"
  }
}
