{
  "name": "moleculeengineering-lib-acl",
  "version": "1.0.0",
  "description": "To manage ACL",
  "main": "index.js",
  "dependencies": {
    "dotenv": "^8.2.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'"
  },
  "author": "Sivatharsini",
  "license": "ISC",
  "keywords": [
    "Mocha",
    "Chai",
    "UnitTest"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tharsini/lib-acl.git"
  },
  "bugs": {
    "url": "https://github.com/Tharsini/lib-acl/issues"
  },
  "homepage": "https://github.com/Tharsini/lib-acl#readme"
}