{
  "name": "grand-connectors",
  "version": "1.1.6",
  "description": "A Grandjs package for applying repository pattern for nodejs and javascript applications using typescript",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc -p .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tareksalem/grand-connectors.git"
  },
  "keywords": [
    "grandjs",
    "nodejs",
    "javascript",
    "typescript",
    "repository",
    "pattern",
    "clean",
    "design",
    "archeticute",
    "models",
    "decorators",
    "injectors"
  ],
  "author": "Tarek Salem",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tareksalem/grand-connectors/issues"
  },
  "homepage": "https://github.com/tareksalem/grand-connectors#readme",
  "devDependencies": {
    "@types/node": "^14.0.6",
    "nodemon": "^2.0.7",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3"
  }
}
