{
  "name": "@immomio/api-library",
  "version": "1.3.1",
  "description": "Immomio library to access the immomio-API",
  "engineStrict": true,
  "engines": {
    "node": ">= 6.9.0"
  },
  "devDependencies": {
    "@types/faker": "^4.1.1",
    "@types/isomorphic-fetch": "0.0.34",
    "@types/jest": "^20.0.8",
    "@types/node": "^8.0.24",
    "faker": "^4.1.0",
    "jest": "~20.0.0",
    "remap-istanbul": "^0.9.5",
    "rimraf": "~2.6.1",
    "ts-jest": "^20.0.12",
    "tslint": "~5.6.0",
    "typedoc": "^0.8.0",
    "typescript": "~2.4.2"
  },
  "main": "lib/main.js",
  "typings": "lib/main.d.ts",
  "files": [
    "lib/",
    "src/"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.release.json && mv lib/src/** lib/ && rm -fr lib/src",
    "clean": "rimraf coverage build tmp lib",
    "clean:docs": "rimraf docs",
    "docs": "typedoc ./main.ts",
    "lint": "tslint -t stylish --type-check --project 'tsconfig.json'",
    "predocs": "npm run clean:docs",
    "prepush": "npm run clean && npm run build && npm run test",
    "pretest": "npm run lint",
    "push": "npm publish --access public",
    "push:no-test": "npm publish --access public",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch",
    "watch": "tsc -w -p tsconfig.release.json"
  },
  "author": "Tobias Kopelke <tkopelke@immomio.de>",
  "license": "Apache-2.0",
  "dependencies": {
    "isomorphic-fetch": "^2.2.1"
  },
  "typescript": {
    "definition": "src/types.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/immomio/api-library.git"
  },
  "homepage": "https://bitbucket.org/immomio/api-library#readme"
}
