{
  "name": "heisenberg-serverless",
  "version": "1.0.0",
  "description": "Database Naming Conventions\r -----------------------------\r Everything lowercase!!\r Table names should be singular ie. company not companies\r Fields should be snake case ie. company_name not companyName and should be no longer than two words if possible\r Foreign key column must have a table name with their primary key ie. user_id represents a foreign key to the user table.",
  "main": "serverless-dynamic.js",
  "devDependencies": {
    "serverless": "^2.72.3",
    "serverless-import-apigateway": "^1.1.1",
    "serverless-jetpack": "^0.11.1",
    "yamljs": "^0.3.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.assemble.co.za/magalies-pharma/heisenberg-serverless.git"
  },
  "author": "",
  "license": "ISC"
}
