{
  "name": "lib-idgen",
  "version": "1.0.11",
  "description": "Mocha Chai Framework",
  "main": "index.js",
  "dependencies": {
    "dotenv": "^8.2.0",
    "aws-sdk": "^2.655.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "mocha": "^8.2.1"
  },
  "scripts": {
    "start": "node .",
    "func": "mocha -t -100000 --recursive 'test/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git://git-remote-url"
  },
  "author": "Geetha",
  "license": "ISC",
  "keywords": [
    "Mocha",
    "Chai",
    "UnitTest"
  ],
  "directories": {
    "test": "test"
  }
}