{
  "name": "ts-jsonapi",
  "version": "2.1.3",
  "description": "JSON API (De) Serializer in Typescript",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "start": "tsc -w",
    "test": "npm run compile && mocha",
    "compile": "tsc",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohuk/ts-jsonapi.git"
  },
  "keywords": [
    "typescript",
    "jsonapi"
  ],
  "author": "Mohammad Umair Khan <mohammad.umair.k@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohuk/ts-jsonapi/issues"
  },
  "homepage": "https://github.com/mohuk/ts-jsonapi#readme",
  "devDependencies": {
    "@types/inflected": "^1.1.29",
    "@types/lodash": "^4.14.37",
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "mongoose": "^4.6.3",
    "typescript": "^2.1.4"
  },
  "dependencies": {
    "inflected": "^1.1.6",
    "lodash": "^4.16.4"
  },
  "files": [
    "lib"
  ]
}
