{
  "name": "shaman-api",
  "version": "3.0.2",
  "description": "Framework for creating RESTful APIs using Typescript (build on top of express.js).",
  "main": "lib/index.js",
  "typings": "public_api.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iotshaman/shaman-api.git"
  },
  "keywords": [
    "express",
    "node",
    "nodejs",
    "REST"
  ],
  "author": "Kyle Brown",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iotshaman/shaman-api/issues"
  },
  "homepage": "https://github.com/iotshaman/shaman-api#readme",
	"dependencies": {
		"bcryptjs": "~3.0.3",
		"body-parser": "~2.2.1",
		"compression": "~1.8.1",
		"cors": "~2.8.5",
		"express": "~5.1.0",
		"inversify": "~7.6.1",
		"jsonwebtoken": "~9.0.3",
		"moment": "~2.30.1",
		"node-fetch": "^2.7.0",
		"reflect-metadata": "~0.2.2",
		"winston": "~3.18.3"
	}
}

