{
  "name": "resin-settings-client",
  "version": "3.8.8",
  "description": "Resin.io client application shared settings",
  "main": "build/settings.js",
  "types": "lib/settings.ts",
  "homepage": "https://github.com/resin-io-modules/resin-settings-client",
  "repository": {
    "type": "git",
    "url": "git://github.com/resin-io-modules/resin-settings-client.git"
  },
  "keywords": [
    "resin",
    "settings",
    "client"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test:unit": "mocha -r ts-node/register --reporter spec tests/**/*.spec.ts",
    "test:e2e": "ts-node tests/e2e/test.ts",
    "lint": "tslint lib/**/*.ts",
    "test": "npm run build && npm run lint && npm run test:unit && npm run test:e2e",
    "build": "rimraf ./build && npm run prettify && tsc && npm run readme",
    "prepublish": "require-npm4-to-publish",
    "prepublishOnly": "npm test",
    "prettify": "prettier --use-tabs --single-quote --write \"lib/*.ts\" \"tests/**/*.ts\"",
    "readme": "jsdoc2md --template doc/README.hbs build/settings.js > README.md"
  },
  "author": "Juan Cruz Viotti <juan@resin.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@resin.io/types-mochainon": "2.0.1",
    "@resin.io/types-wary": "1.1.1",
    "@types/bluebird": "3.5.20",
    "@types/common-tags": "1.4.0",
    "@types/mocha": "2.2.48",
    "@types/node": "^8.10.10",
    "bluebird": "^3.5.0",
    "common-tags": "^1.4.0",
    "jsdoc-to-markdown": "^3.0.0",
    "mocha": "^3.5.0",
    "mochainon": "^2.0.0",
    "prettier": "^1.5.3",
    "require-npm4-to-publish": "^1.0.0",
    "rimraf": "^2.6.1",
    "ts-node": "^3.3.0",
    "tslint": "^5.5.0",
    "typescript": "2.4.2",
    "wary": "^1.1.0"
  },
  "dependencies": {
    "@resin.io/types-hidepath": "1.0.1",
    "@resin.io/types-home-or-tmp": "3.0.0",
    "@types/js-yaml": "3.11.1",
    "@types/lodash": "4.14.108",
    "hidepath": "^1.0.0",
    "home-or-tmp": "^2.0.0",
    "js-yaml": "^3.4.0",
    "lodash": "^4.15.0"
  }
}
