{
  "name": "@shadowmanu/jsonapi-mapper",
  "version": "1.0.0-beta.10-2",
  "description": "JSON API-Compliant Serialization for your ORM",
  "main": "es5/src/index.js",
  "types": "es5/src/index.d.ts",
  "scripts": {
    "prepublish": "tsc",
    "pretest": "tsc",
    "test": "jasmine",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scoutforpets/jsonapi-mapper"
  },
  "keywords": [
    "json",
    "api",
    "json-api",
    "jsonapi",
    "orm",
    "mapper",
    "bookshelf",
    "serializer",
    "serialization"
  ],
  "author": "James Dixon <jim.w.dixon@gmail.com>",
  "contributors": [
    {
      "name": "Manuel Pacheco",
      "email": "manuelalejandropm@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scoutforpets/jsonapi-mapper/issues"
  },
  "homepage": "https://github.com/scoutforpets/jsonapi-mapper",
  "files": [
    "es5"
  ],
  "dependencies": {
    "@types/bookshelf": "^0.8.34",
    "inflection": "1.10.0",
    "jsonapi-serializer": "^3.3.0",
    "lodash": "^4.14.2",
    "qs": "^6.2.1",
    "type-check": "^0.3.2"
  },
  "devDependencies": {
    "@types/inflection": "^1.5.28",
    "@types/jasmine": "^2.5.38",
    "@types/knex": "0.0.36",
    "@types/lodash": "^4.14.42",
    "@types/qs": "^6.2.30",
    "bookshelf": "^0.10.0",
    "jasmine": "^2.5.2",
    "knex": "^0.11.9",
    "typescript": "^2.0.10"
  }
}
